| Opening Tag |
Closing Tag |
Description |
| <ADDRESS> |
</ADDRESS> |
Used for address information usually at the bottom of the page. |
| <B> |
</B> |
Makes the text bold between the tags |
| <BASEFONT> |
</BASEFONT> |
Sets the default font size, color and font face such as
<BASEFONT = COLOR = "RED" FACE = "ARIAL" SIZE = "4">. Is
overridden by the <FONT> tag. |
| <BLINK> |
</BLINK> |
Makes the text blink. |
| <CITE> |
</CITE> |
Used for displaying quotations |
| <CODE> |
</CODE> |
Fixed width font used for displaying computer code |
| <EM> |
</EM> |
Emphasizes the text, usually by making it italic. |
| <FONT> |
</FONT> |
Changes the look of a font using the same parameters as
<BASEFONT> above. |
| <I> |
</I> |
Makes the text italicized |
| <KBD> |
</KBD> |
Displays text in a monospaced font. |
| <LISTING> |
</LISTING> |
Renders fixed-width font |
| <PRE> |
</PRE> |
Specifies pre-formatted text such as programming text. |
| <SAMP> |
</SAMP> |
Yet another fixed-width font. |
| <STRIKE> |
</STRIKE> |
Puts a horizontal line through the text. |
| <STRONG> |
</STRONG> |
Logical style usually used to bold text. |
| <SUB> |
</SUB> |
Displays subscripted text |
| <SUP> |
</SUP> |
Displays superscripted text |
| <TT> |
</TT> |
Displays monospaced text |
| <U> |
</U> |
Underline a bit of text. |
| <XMP> |
</XMP> |
Another fixed width specifier like <PRE> |