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>
<?Php
echo "</div><div class='col-md-4'>";
require "templates/side_for_ad.php";
echo "</div></div>";
require "../../templates/temp1/analytic-only.php";
?>