
|
 |
 |

You learned about the body tag in the Introduction section, now here are some of the attributes you can set on this tag for your website.
Bgcolor
The attribute "BGCOLOR" stands for BackGround COLOR. This attribute appropriately sets the default color for the page; here is the html code:
<BODY BGCOLOR="#0000FF">
This will make the background blue.
Text
As before all you need to enter text into you site is to just type the text in-between the body tag. Although if you do not set the text attribute in the body tag you the text will display the default color that the visitor web browser is set to. This is the code to specify the color for your text:
<BODY TEXT="#000000">
This will make the text black.
© Copyright 2000-2002 by Pepmint.com. All Rights Reserved |
 |
 |
|