Site hosted by Angelfire.com: Build your free website today!
MY HTML HELP FOR
BEGINNERS

Wondering why your backgroud colour is still grey? and how can I change it? Read on......

'Body'

'Body' is probably one of the most important tags in the html code, for it shows the brouser where your main body of text lies and it defines the colour of the text, links, background or even a background image itself, without it your documet would look prety plain!

Here are some 'Body' extentions:

<BODY
TEXT=""
(cooses the font colour)
BGCOLOR="" (The background colour)
BACKGROUND="" (To Add a background image)
LINK="" (Defines the colour of a 'to be' visited link)
VLINK="" (Defines the colour of a 'visited' link)
ALINK="" (Defines the colour of an 'active' link)
BGPROPERTIES="FIXED" (The background image does not move when you scroll down)
>

NOTE: (Dont forget to leave spaces inbetween each section of code)

MAIN INDEX