| <
Text Tags > |
| Tag |
Description |
Example |
| <b> |
Creates bold text |
example |
| <blink> |
Causes enclosed text to
blink (Netscape Browsers Only) |
|
| <cite> |
Creates an italic citation |
example |
| <em> |
Emphasizes a word with italics |
example |
| <font> |
Sets font attributes such
as face, size and color |
<font
face="Arial" size=-1 color="cc0000"> |
| <h1> |
Creates a size 1 headline
(largest) |
example
|
| <h2> |
Creates a size 2 headline |
example
|
| <h3> |
Creates a size 3 headline |
example
|
| <h4> |
Creates a size 4 headline |
example
|
| <h5> |
Creates a size 5 headline |
example
|
| <h6> |
Creates a size 6 headline
(smallest) |
example
|
| <i> |
Creates italic text |
example |
| <marquee> |
Creates scrolling text (Internet
Explorer Only) |
|
| <plaintext> |
Causes everything within
tags, including other tags, to be treated as plain text |
|
| <pre> |
Creates preformatted text |
example
|
| <span> |
Used within a block of text
to apply a style as defined in a style sheet |
<span
style="background-color: #00cccc">Text</span> |
| <strike> |
Draws a horizontal line
through the enclosed text |
example |
| <strong> |
Emphasizes a word with boldness |
example |
| <sub> |
Subscripts the enclosed
text |
example |
| <sup> |
Superscripts the enclosed
text |
example |
| <tt> |
Creates typewriter style
text |
example |
| <u> |
Underlines enclosed text |
example |
| <xmp> |
Used to present blocks of
text in fixed-width font |
|
| <
Format Tags > |
| Tag |
Description |
| <basefont> |
Changes the base font size;
all further changes are based on the new size |
| <big> |
Makes the enclosed text
bigger |
| <blockquote> |
Indents text from both sides |
| <br> |
Inserts a line break |
| <center> |
Centers the enclosed text |
| <code> |
Formats text when used to
display code or a formula |
| <dd> |
Creates a definition |
| <dfn> |
Formats text to indicate
the defining instance of a term |
| <dir> |
Used to create a bulleted
directory list |
| <div> |
A generic tag used to format
large blocks of HTML, also used for stylesheets |
| <dl> |
Creates a definition list |
| <dt> |
Precedes each definition
term |
| <li> |
Creates an item in a list |
| <listing> |
Used to format text in a
fixed width font |
| <menu> |
Creates a compact unordered
list |
| <multicol> |
Allows text to be formatted
into multiple columns |
| <nobr> |
Disallows line breaks to
be used within tag |
| <ol> |
Creates a numbered list |
| <p> |
For creating, formatting,
and aligning a paragraph |
| <small> |
Makes the enclosed text
smaller |
| <spacer> |
Allows the insertion a block
of white space |
| <ul> |
Creates a bulleted list |
| <var> |
Used to indicate a variable
name; usually displayed in italics |
| <wbr> |
Used to tell a browser where
a word or line can be broken if needed |