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 ...>: