[Top] -- HTML Documentation Table of Contents

Backgrounds and Colors
(See more information at <http://werbach.com/web/wwwhelp.html#color>)

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

3.0 Tiled Background
<body background="url">
N1.1+Background Color (order is red/green/blue)
<body bgcolor="#$$$$$$">
N1.1+Text Color
<body text="#$$$$$$">
N1.1+Link Color
<body link-"#$$$$$$">
N1.1+Visited Link
<body vlink="#$$$$$$">
N1.1Active Link
<body alink="#$$$$$$">

[Top] -- HTML Documentation Table of Contents