HTML Basics | Text Formatting Tags.
In HTML, there is a list of tags for text style.                

Formatting elements were designed to display special types of text:

1: <b> Bold text </b>
2: <big> Big text </big>
3: <i> italic text </i>
4: <small> small text </small>
5: <strong> strong text </strong>
6: <sub> subscripted text </sub>
7: <sup> superscripted text </sup>
8: <ins> inserted text </ins>
9: <del> deleted text </del>


Be Aware...!

Comments