[Top] -- HTML Documentation Table of Contents

Appearance

No notation:
3.0:
HTML 2.0
HTML 3.0 tag
N1.0:
N1.1:
N2.0:
Netscape extension with Navigator 1.0
Netscape extension with Navigator 1.1
Netscape extension with Navigator 2.0


Heading (the spec. defines 6 levels)
<h?> </h?>

Example of h4

3.0Align heading
<h? align=left></h?> <h? align=center></h?> <h? align=right><h?>

Example of h4 on left

Example of h4 in center

Example of h4 on right

3.0Division
<div> </div>
This text represents division. This text represents division. This text represents division. This text represents division.
3.0Align Division
<div align=left> </div> <div align=right></div>
<div align=center> </div> <div align=justify> </div>
This text represents division to the right. This text represents division to the right. This text represents division to the right. This text represents division to the right.

This text represents division in the center. This text represents division in the center. This text represents division in the center. This text represents division in the center. This text represents division in the center. This text represents division in the center. This text represents division in the center. This text represents division in the center.

This text represents division to the left. This text represents division to the left. This text represents division to the left. This text represents division to the left.

This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text.
Block Quote (usually indented)
<blockquote></blockquote>
This text represents blockquote. This text represents blockquote. This text represents blockquote. This text represents blockquote. This text represents blockquote. This text represents blockquote. This text represents blockquote. This text represents blockquote.
Emphasis (usually displayed as italic)
<em></em>
This text represents emphasis.

Strong Emphasis (usually displayed as bold)
<strong></strong>
This text represents strong.
Citation (usually italics)
<cite></cite>
This text represents citation.
Code (for source code listings)
<code></code>
This text represents code.
Sample Output
<samp></samp>
This text represents sample output.
Keyboard Input
<kbd></kbd>
This text represents keyboard input.
Variable
<var></var>
This text represents variable.
Definition (not widely implemented)
<dfn></dfn>
This text represents definition.
Author's Address
<address></address>
This text represents author's address.
3.0Large font size
<big></big>
This text represents large font size.
3.0Small font size
<small></small>
This text represents small font size.

Presentation Formatting (author specifies text appearance)
Bold <B></B>Italic <I></I>
This text represents bold. This text represents italic.
3.0Underline (not widely implemented yet)
<u></u>
This text represents underline.
3.0Strikeout (not widely implemented yet)
<s></s>
This text represents strikeout.
3.0Subscript
<sub></sub>
This text shows subscript.
3.0Superscript
<sup></sup>
This text shows superscript.

Typewriter (displays in a monospaced font)
<tt></tt>
This text represents typewriter.
Preformatted (display text spacing as-is)
<pre></pre>
This text shows		preformat. 
Width (in characters)
<pre width=?></pre>
This text shows		preformat. This text shows		preformat. This text shows		preformat.
This text shows		preformat. This text shows		preformat.
N1.0Center (for both texts and images)
<center></center>
This text shows center.
N1.0Blinking (the most derided tag ever)
<blink></blink>
This text shows blink.
N1.0Font Size (ranges from 1-7)
<font size=?></font>
This text shows font size 4.
N1.0Change Font Size
<font size=+?><font><font size=-?></font>
This text shows font size +1. This text shows font size -1.
N1.0Base Font Size (from 1-7;default is 3) [Use in conjunction with < font size=?></font>
<basefont size=?>
This text shows basefont 5. This text shows basefont 5. This text shows basefont 5. This text shows basefont 5. This text shows basefont 5. This shows font size -1.
N2.0Font Color
<font color="#$$$$$$"></font>
This shows font color=red.
See Colors from Infinet.

[Top] -- HTML Documentation Table of Contents