Demo of <S> tag and style properties




This text is before S This is within S range Normal text after S tag
This text is before S <S>This is within S range</S> Normal text after S tag

Style

<style>
S { 
 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";
?>