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>