| BODY |
|
| This tag acts as a divider, or container, for the main content, or "Body", of the document. It appears after the HEAD tags. For example: |
|
| <HTML>
<HEAD>
</HEAD>
<BODY>
Content of the document goes here.
</BODY>
</HTML> |
|
| BODY Attributes: |
|
| ALINK="#RRGGBB" or a color in quotes, such as "RED", "BLUE" or "YELLOW" |
| This attribute sets the color of the element to which it was invoked, this case being the text color of the ALINK (Active Link). It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value. |
|
| BACKGROUND="URL" |
| This attribute defines the absolute or relative location of the image to be used for the BACKGROUND of the document. |
|
| BGCOLOR="#RRGGBB" or a color in quotes, such as "RED", "BLUE" or "YELLOW" |
| This attribute sets the color of the element to which it was invoked, this case being the color of the background of the document. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value. |
|
| BGPROPERTIES="FIXED" |
| This attribute will cause the background image to be fixed and unmoving within the document. That is, as you scroll down within the document, the text and images will move but the background image will stay in the same location. The text and images will seem to float over the background image. |
|
| CLASS=" ... " |
| This attribute indicates the style 'class' applicable to the tag to which it has been assigned, the style 'class' being a function of a style sheet. For example, assume the style class 'relaxed' includes text with a font size of 8, and the style class 'active' includes text with a font size of 12. Using the CLASS="relaxed" attribute with a tag will cause the text within that tag to be displayed with a font size of 8. Using the CLASS="active" attribute with a tag will cause the text within that tag to be displayed with a font size of 12. |
|
| ID=" ... " |
| The ID attribute is used to assign a unique ID selector (identification) to the tag in which it is invoked. A style may be assigned to that ID, which will effect only that one instance of the attribute. |
|
| LEFTMARGIN="n" |
| This attribute defines the width of the margin of blank space along the left of the entire document, and is measured in pixels. |
|
| LINK="#RRGGBB" or a color in qoutes, such as "RED", "BLUE" or "YELLOW" |
| This attribute sets the color of the element to which it was invoked, this case being the text color of a hyperlink. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value. |
|
| SCROLL="YES" or "NO" |
| This attribute will indicate whether scrolling is permitted within the document. |
|
| STYLE=" ... " |
| Used to specify which style sheet commands to apply to the instance of the STYLE attribute invoked within the tag. |
|
| TEXT="#RRGGBB" or a color in qoutes, such as "RED", "BLUE" or "YELLOW" |
| This attribute sets the color of the element to which it was invoked, this case being the document text color. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value. |
|
| TITLE=" ... " |
| The TITLE attribute is used to display a note or information in a popup window pertaining to the object to which it was assigned. The popup window is invoked by holding the mouse pointer over the object. |
|
| TOPMARGIN="n" |
| This attribute defines the width of the margin of blank space along the top of the entire document, and is measured in pixels. |
|
| VLINK="#RRGGBB" or a color in qoutes, such as "RED", "BLUE" or "YELLOW" |
| This attribute sets the color of the element to which it was invoked, this case being the text color of the hyperlinks that have already been visited (Visited Link). It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value. |
|
This tag also accepts the following Event Handlers:
onAfterUpdate
onBeforeUpdate
onBlur
onClick
onDblClick
onDragStart
onFocus
onHelp
onLoad
onMouseDown
onMouseUp
onMouseOver
onMouseMove
onMouseOut
onMove
onKeyPress
onKeyDown
onKeyUp
onResize
onRowEnter
onRowExit
onScroll
onSelect
onSelectStart
onUnload |