Text Formatting

There are special elements that are used for displaying text with particular emphasis.

<b> Bold text or <strong> Important text <strong> is preferred

<i> Italic text or <em> Emphasized text <em> is preferred

<mark> Marked text (highlighted)

<small> Smaller text

<del> Deleted text (strikethrough)

<ins> Inserted text (underline)

<sub> Subscript text

<sup> Superscript text

<hr> Horizontal rule (self-closing tag)