Now you know all of the html, head and body tags, that they have to be here every times you do something
Ur document should look like this at the moment:
< html >
< head > ur site name! < / head >
< body >
All writing goes in here
< / body >
< / html >
Now today we are going to learn....
Body Attributes
There are only spaces inbetween the words, otherwise NO SPACES :)
< body bgcolor = ? > Sets the background color, using name or hex value
< body text = ? > Sets the text color, using name or hex value
< body link = ? > Sets the color of links, using name or hex value
< body vlink = ? > Sets the color of followed links, using name or hex value
< body alink = ? > Sets the color of links on click