Name | Values | Description |
alink | color | Sets the colour of the active hyperlink text using syntax "#rrggbb" |
background | url | Background picture which will appear behind all images and text on the web page. |
bgcolor | color | Background Colour, using syntax "#rrggbb". |
bgproperties | fixed | Sets a watermark, as the previous attribute did prior to HTML 4.0. Not accepted by IE4 or Netscape 4. |
bottommargin | number | Specifies the page's bottom margin in pixels. Not supported by IE4 or Netscape 4. |
class | classname | Class of the element which is used to associate the element with a style sheet. |
dir | ltr|rtl | The direction in which text flows when surrounded by text which flows in different directions. |
event_name | script_code | Defines script to run on event such as OnMouseOver |
id | string | A unique name to identify an element. |
lang | language_type | The ISO description for the language of the element. |
language | javascript|jscript|vbscript|vbs | |
leftmargin | number | Specifies the left margin of the page in pixels. Not supported by IE4 or Netscape 4. |
link | color | Sets the colour of the hyperlinks which have not been visited in the format "#rrggbb" |
marginheight | number | |
marginwidth | number | |
rightmargin | number | Specifies the page's right margin in pixels. Not supported by IE4 or Netscape 4. |
scroll | yes|no | Turns scrollbars on or off. Not supported by IE4 or Netscape 4. |
style | string | Specifies style information for the element. |
text | color | Sets the colour of normal text in the format "#rrggbb" |
title | string | Title for element which is often displayed as a tool-tip when the cursor hovers over the element. |
topmargin | number | Specifies the page's top margin in pixels. Not supported by IE4 or Netscape 4. |
vlink | color | Sets the colour of the hyperlinks which have been visited in the format "#rrggbb" |