alink="color" |
|
The color used
for active links on the page. |
background="url" |
|
The image file to be used as the
background image of the page. |
bgcolor="color" |
|
The color for
the background of the page. |
bgproperties=FIXED |
|
Creates a watermark, which means the
background image does not scroll as the user moves down the page.
Internet Explorer only. |
class=class |
|
Indicates that the body is to be formatted using the
specified class. |
dir=direction |
|
Indicates the direction (right or left) that the
text is to be displayed. Useful for languages which display left to
right. |
event=JavaScript |
|
When event
occurs, execute the specified JavaScript. |
fontsize=size |
|
Can create small, medium and large fonts
as the default. Default is medium. |
lang="lang" |
|
Indicates the language of the text
within the document body. |
leftmargin=n |
|
Size of the left margin. Only valid for
Internet Explorer. For Netscape, use MARGINWIDTH |
link="color" |
|
The color for
the links on the page, which have not been visited and are not
active. |
marginheight=n |
|
Set the margin for the top and bottom margin on the
page. Ignored for Internet Explorer (use TOPMARGIN), used by
Netscape. |
marginwidth=n |
|
Set the margin for the left and right margin on the
page. Ignored for Internet Explorer (use LEFTMARGIN), used by
Netscape. |
vlink="color" |
|
The color for
links on the page which have been visited. |
text="color" |
|
The color for
text on the page. |
topmargin=n |
|
Size of the top margin. Used by Internet
Explorer, ignored by Netscape (use MARGINHEIGHT). |