| <html> ... </html> |
Delimit the beginning and end of the entire document. |
| |
version=string |
The HTML version used to create this document. |
| <body> ... </body> |
Delimit the beginning and the end of the document body. |
| |
alink=color |
Set the color of active hypertext links in the document. |
| |
background=url |
The URL of an image to be tiled in the document background. |
| |
bgcolor=color |
The background color of the document. |
| |
bgproperties=value |
value=fixed will prevent the background image scrolling with the document. |
| |
leftmargin=value |
The documents left margin size in pixels. |
| |
link=color |
The color of the unvisited hypertext links in the document. |
| |
text=color |
The color of the regular text in the document. |
| |
topmargin=value |
The documents top margin size in pixels. |
| |
vlink=color |
The color of the visited hypertext links in the document. |
| <comment> ... </comment>** |
Place a comment in the document. |
| <frameset> ... </frameset> |
Define a collection of frames or other framesets. |
| |
cols=list |
Specify the number and width of frames within the frameset. |
| |
rows=list |
Specify the number and height of frames within the frameset. |
| <frame> ... </frame> |
|
| |
marginheight=n |
Place n pixels of space above and below the frame contents. |
| |
marginwidth=n |
Place n pixels of space to the left and right of the frame contents. |
| |
name=string |
Define the name of the frame. |
| |
noresize |
Disable user resizing of the frame. |
| |
scrolling=type |
yes - always add scrollbars, no - never add scrollbars, auto - add scrollbars when needed. |
| |
src=url |
The URL of the source document for this frame. |
| <noframe> ... </noframe> |
Define content to be presented by browsers that do not support frames. |
| <head> ... </head> |
Delimit the beginning and the end of the document head. |
* required ** internet Explorer only