| Attribute | Description | Code |
| bgcolor | background color: fills entire page | bgcolor="red" or bgcolor="#FF0000" default in Netscape is white; default in IE is gray |
| background | background image - will automatically tile | background="images/house.jpg" |
| text | define default color of text (text color can be defined in specific instances throughout the document to override this setting. If not defined in the body, the default is black) | text="color" |
| link, alink, vlink | define link color - default is blue (can be found in browser settings/preferences); alink= active link; vlink= visited link (what color changes to after it's been clicked) | link="color" |
| leftmargin, rightmargin, topmargin, bottommargin | defines page margins in pixels; left and right margins may only display in IE (some versions of Netscape do not support this element) | leftmargin="50" |