Format elements are created to display special types of text:

  • <b> - Bold text
  • <strong> - Important text
  • <i> - Italic text
  • <em> - Emphasized text
  • <mark> - Marked text
  • <small> - Smaller text
  • <del> - Deleted text
  • <ins> - Inserted text
  • <sub> - Subscript text
  • <sup> - Superscript text


<b> - Bold text

<b> - Bold text  - </b>

Output:

- Bold text -



<strong> - Important text

<strong> - Important text  - </strong>

output:

- Important text -



<i> - Italic text

<i> - Italic text </i>

output:

- Italic text



<em> - Emphasized text

<em> - Emphasized text  </em>

Output:

- Emphasized text


<mark> - Marked text

<mark> - Marked text  </mark>

Output:

- Marked text



<small> - Smaller text

<small> - Smaller text  </small>

Output:

- Smaller text



<del> - Deleted text

<del> - Deleted text </del>

Output:

- Deleted text

<sub> & <sup> is the homework you can do by yourself and let me know you have a question.