| To specify the background and text color of a web page, place the following color attributes, indicated in bold, within the BODY tag of your web page:
BGCOLOR="#FFFFFF" TEXT="#0000FF">
To specify link colors within a web page, place the following color attributes, indicated in bold, within the BODY tag of your web page:
LINK="#003399" VLINK="#0000CC" ALINK="#9966CC">
To specify the border color within an HTML table, place the following code within your TABLE code:
BORDERCOLOR="#CCCCCC">  
|