HTML BODY TAG INFORMATION

 
 
 
 

HTML BODY TAG INFORMATION:
The Body tags controls how the body (What shows) looks
<BODY (Arguments) >

Possibe Arguments listed Below
BACKGROUND="http://www.waltm.net/wm.gif"

Background picture

or if the graphic is in the same place as the page.

BACKGROUND="wm.gif"

BGCOLOR="#EEE8AA"

Hex with 2 numbers each, red, green, blue

or
BGCOLOR="red"

Most of the main colors (but not all)

LINK="#000000" ( or named color this is black) for links

ALINK="#000000" Active link, which the cursor is over

VLINK="#000000" Links that have already been visited

TEXT="#0000FF" Default color of text

BGPROPERTIES=FIXED Background is fixed in position

This is a special case in IE 3+, and NS 4+. to act as a cushion between the edges of the browser and the contents of the page. It eliminates window borders

leftmargin="0" topmargin=0" marginwidth="0" marginheight=0"
The numbers are pixls
the top tags ends with >



and it all ends with: < BODY >