HTML Formatting is a process of formatting text for better look and feel. There are many formatting tags in HTML. These tags are used to make text bold, italicized, or underlined etc. These tags are used to provide the visual appearance to the text.
HTML contains several elements for defining text with a special meaning.
<b> - Bold text </b>
<strong> - Important text </strong>
<i> - Italic text </i>
<u> - Underlined text </u>
<mark> - Marked text <mark>
<small> - Smaller text <small>
<del> - Deleted text </del>
<ins> - Inserted text </ins>
<sub> - Subscript text </sub>
<sup> - Superscript text </sup>
0 Comments:
Post a Comment