The <BODY> Tag
The <BODY> tag is another required element in any HTML document. All formatted text in an HTML document must be contained with the opening and closing HTML tags. Within the <BODY> tag you can also affect the background of your web page, the color of your text and your links with the following parameters.
Some Examples...
| HTML Code | Result |
|---|---|
| <HTML> <BODY> Formatted text goes here... </BODY> </HTML> |
Formatted text goes here... |
| <BODY BGCOLOR="BLUE"> <B>Your Text Here</B> </BODY> |
Your Text Here |
| <BODY BACKGROUND="water.GIF"> | ![]() |
| <BODY ALINK="RED" VLINK="BLUE"> | Been Here
Haven't Been Here |