back to <BODY TEXT="...">
Example of TEXT, LINK, VLINK, and ALINK
This is an example of setting the colors for a web page. The <BODY ...> tag looks like this:
<BODY
TEXT="#FFFFFF"
LINK="#FFFF00"
VLINK="#33FF33"
ALINK="#FF0000"
BGCOLOR="#000000"
>
This example shows the use of these attributes for <BODY ...>:
TEXT which sets the color of text on the web page
LINK which sets the color of links
you haven't followed
VLINK which sets the color of links you
have followed
ALINK which sets the color of links as you
click on them
BGCOLOR which sets the background color