|
<HTML> <HEAD> <TITLE>BCE2000</TITLE> </HEAD> <BODY> *(All HTML tags will go between the tags.) </BODY> </HTML> |
Body Tags:
|
<BODY BGCOLOR="black" TEXT="green" ALINK="yellow" VILNK="blue">
(Where the color names are used, a hexadecimal number can be used if a more precise color is wanted.) ALINK -Active link VLINK -Visited link BGCOLOR -Background color To add an image as the background: <BODY BGCOLOR="wavy.gif"> (Only GIF and JPG files work as a background) |