| 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.[1] |
| <BLINK>...</BLINK> |
Makes the text .[2] |
| <CITE>...</CITE> |
A quotation or a reference to another source |
| <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.[3] |
| <I>...</I> |
Makes the text italicized |
| <KBD>...</KBD> |
Indicates text to be entered by the user. |
| <LISTING>...</LISTING> |
Renders fixed-width font |
| <PRE>...</PRE> |
Specifies pre-formatted text such as
programming text.
Creates a new block.
|
| <SAMP>...</SAMP> |
Sample output from programs, scripts, etc. |
| <STRIKE>...</STRIKE> |
Puts a horizontal line through the text.[4] |
| <STRONG>...</STRONG> |
Logical style usually used to bold text. |
| <SUB>...</SUB> |
Displays subscripted text |
| <SUP>...</SUP> |
Displays superscripted text |
| <TT>...</TT> |
Displays monospaced text.
Can be displayed inline. |
| <U>...</U> |
Underline a bit of text.[5] |