Demo of INS tag and style properties




This text is before INS This is within ins range Normal text after INS
This text is before INS <ins>This is within ins range</ins> Normal text after INS

Style

<style>
ins { 
 font-size: 20px;
 color:green;
 }
</style>