|
Tag
|
Description
|
| <b>...</b> |
The
texts placed in between these tags will be formatted in bold. |
| <strong>...</strong> |
The
texts placed in between these tags will be formatted in bold,
is seldom being used because <b>
is commonly used. |
| <i>...</i> |
The
texts placed in between these tags will be formatted in italic. |
| <em>...</em> |
The
texts placed in between these tags will be formatted in italic
to emphasis its importance. This tag is also seldom being used
because code tag <i> is commonly used. |
| <u>...</u> |
The
texts placed in between these tags will be formatted in underline. |
| <blink>...</blink> |
the
texts placed in between these tags will be formatted to .
This tag is only functioning using Netscape. |
| <marquee>...</marquee> |
the
texts placed in between these tags will be formatted to scroll
horizontally. This tag is only function in Explorer.
|
| <strike>...</strike> |
The
texts placed in between these tags will be formatted in strike. |
| <sup>...</sup> |
The
texts placed in between these tags will be formatted in superscript.
The text is smaller and slightly higher such as a number raised
to a certain power. |
| <sub>...</sub> |
The
texts placed in between these tags will be formatted in subscript.
The text is slightly lower such as the base of a number. |