<<< 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="#000000" 
 LINK="#0000FF" 
 VLINK="#800080" 
 ALINK="#0000FF" 
 BGCOLOR="#FFFFFF" 
 >

This example shows the use of these attributes for <BODY ...>: