Clean • Professional
<b>, <i>, <u>, <small>, <sup>, <sub><b> – Bold TextExample:
<p>This is <b>bold</b> text.</p>Output:

<i> – Italic TextExample:
<p>This is <i>italic</i> text.</p>Output:

<u> – Underlined TextExample:
<p>This is <u>underlined</u> text.</p>Output:

<small> – Small TextExample:
<p>This is <small>small</small> text.</p>Output:

<sup> – SuperscriptExample:
<p>2<sup>3</sup> = 8</p>Output:

<sub> – SubscriptExample:
<p>H<sub>2</sub>O = Water</p>Output:
