|
|
|
|
|
|
Backgrounds |
|
TITLE
|
TAG &
DESCRIPTION |
|
Tiled Background |
<BODY BACKGROUND= "URL">
|
|
causes the image to tile as the
background of the page |
|
Watermark |
<BODY BGPROPERTIES= "FIXED">
|
|
static image which remains in
the same location as visitors scroll |
|
Background Color |
<BODY BGCOLOR= "#$$$$$$">
|
|
solid background color of the
page |
|
Text Color |
<BODY TEXT="#$$$$$$">
|
|
color of the text throughout the
page, any text you type inside the body tags will show up as your new color
in the web browser. |
|
Link Color |
<BODY LINK="#$$$$$$">
|
|
color of all links throughout
the page |
|
Visited Link |
<BODY VLINK="#$$$$$$">
|
|
color of all links that have
already been clicked on by visitor |
|
Active Link |
<BODY ALINK="#$$$$$$">
|
|
color of link while being
selected
<BODY link="blue" alink="blue"
vlink="violet"> |
|
|