Site hosted by Angelfire.com: Build your free website today!

HYPERTEXT MARK-UP LANGUAGE

This is the backbone structure of a web page:
<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)