- HTML also defines special elements for defining text with a special meaning.
- HTML uses elements like <b> and <i> for formatting output, like bold or italic text.
- Formatting elements were designed to display special types of text.
<b> - Bold text - </b>
<strong> - Important text - </strong>
<i> - Italic text - </i>
<em> - Emphasized text - </em>
<mark> - Marked text - </mark>
<small> - Small text - </small>
<del> - Deleted text - </del>
<ins> - Inserted text - </ins>
<sub> - Subscript text - </sub>
<sup> - Superscript text- </sup>
No comments:
Post a Comment