HTML Text formating
HTML uses tags like
<b> and
<i> for formatting output,
bold or
italic text.
These HTML tags are called formatting tags.
Text Formatting Tags
tag |
description |
<b> | Defines bold text |
<big> |
Defines big text |
<em> |
Defines emphasized text |
<i> |
Defines italic text |
<small> |
Defines small text |
<strong> |
Defines strong text |
<sub> | Defines subscripted text |
<sup> |
Defines superscripted text |
<ins> |
Defines inserted text |
<del> |
Defines deleted text |
<s> |
Deprecated. Use <del> instead |
<strike> |
Deprecated. Use <del> instead |
<u> |
Defines underline text |
<br /> |
Defines line break |
<p> |
Defines paragraph |