Text Formating

In this section, we will see some of the text formatting options (see Table 4) e.g. bold, italic, subscript and strike etc.

Table 4: Text formatting options
Tag Description
b, strong bold
i italic
u, ins underline
strike, del strike
sup superscript
sub subscript
big large text size
small small text size

Below are the some of the examples of text formatting.

  
			1  <!-- Text formatting --> 
2 <p> This is <b> bold </b> text</p>
3 <p> This is <strike> striked </strike> text</p>
4 <p> This is <sub> subscript </sub> text</p>

© Copyright 2025 | FolkLight Studios