Notes
HTML contains several elements for defining text with a special meaning.
<b>This text is bold</b>
This text is bold
<i>This text is italic</i>
This text is italic
This is<sub> subscript</sub> and <sup>superscript</sup>
This is subscript and superscript
<strong>Important text</strong>
Important text
<em>Emphasized text</em>
Emphasized text
<mark>Marked text</mark>
Marked text
<small>Smaller text</small>
Smaller text
<del>Deleted text</del>
Deleted text
<ins>Inserted text</ins>
Inserted text