| bgcolor = |
Sets web page background |
| text = |
Sets web page text color |
| link = |
Sets the color of the links. |
| alink = |
Sets the color of active link. |
| vlink = |
Sets the color of visited links. |
| NOTE: |
values for the above may be expressed
as HEX values or as named color. |
| background = |
Sets the background image to be used
on the Web page. |
| leftmargin = |
Defines the left margin in pixels. |
| topmargin = |
Defines the top margin in pixels. |
example of <body>
syntax:
<body bgcolor = "blue"
text = "#FF0000" > |