Defines bold Text.
<b>This is bold text</b>
The opening Tag is <b> and closing Tag is </b>
Defines italic Text.
<i>This is italic text</i>
The opening Tag is <i> and closing Tag is </i>
Defines smaller Text.
<small>This is smaller text</small>
The opening Tag is <small> and closing Tag is </small>
Defines important Text.
<strong>This is strong text.</strong>
The opening Tag is <strong> and closing Tag is </strong>
Defines Subscripted Text.
This is <sub>Subscripted</sub> text.
The opening Tag is <sub> and closing Tag is </sub>
Defines Superscripted Text.
This is <sup>Superscripted</sup> text.
The opening Tag is <sup> and closing Tag is </sup>
Defines emphasized Text.
<em>This is emphasized text.</em>
The opening Tag is <em> and closing Tag is </em>
Defines underlined Text.
<u>This is underlined text.</u>
The opening Tag is <u> and closing Tag is </u>
Defines deleted or removed Text.
<del>This is deleted text.</del>
The opening Tag is <del> and closing Tag is </del>
Defines marked or highlighted Text.
<mark>This is marked or highlighted text.</mark>
The opening Tag is <mark> and closing Tag is </mark>