Body

End Tag: Start & End tag optional
Support Key: 2 | 3 | 3.2 | 4 | IE1 | M1 | N1 | O2.1
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Element Tree | Element Index | HTML Support History


What is it?
This is a top level HTML document structure which encapsulates and defines all content (text and images) in the document structure; all document content should be contained within the BODY element. All attributes to this element define document wide properties and display characteristics.

Common Attributes
%Core%
2 | 3 | 3.2 | 4 | IE3 | M | N4B2 | O
%Events%
2 | 3 | 3.2 | 4 | IE4B1 | M | N | O
%Language%
2 | 3 | 3.2 | 4 | IE4 | M | N | O

Specific Attributes
Alink
2 | 3 | 3.2 | 4 | IE4B1 | M | N1.1 | O
Required? No
Description:
This attribute indicates the color that a hyperlink assumes when it is activated or clicked on. This state is usually only temporary until the activation event ends
Values: An RGB triplet or a special Color name.
Background
2 | 3 | 3.2 | 4 | IE1 | M2FB | N1.1 | O2.1
Required? No
Description:
This attribute specifies an image to be used in the background of the document. If the referenced image is smaller than the browser window, it will be tiled to fit and will scroll with the text on the page.
Values:
Either a absolute or relative URL indicating the location of the graphic.
BGColor
2 | 3 | 3.2 | 4 | IE1 | M2FB | N1.1 | O2.1
Required? No
Description:
This attribute specifies the color of the document background and allows control over background appearance without requiring the browser to make an additional download of an image. If a BACKGROUND image attribute is also present, the BGCOLOR specified will shine through regions where the background image is transparent.
Values: An RGB triplet or a special Color name.
BGProperties
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
This attribute is dependent upon the BACKGROUND attribute for proper operation. The only allowable value currently is Fixed, and it indicates to the browser that the specified background image will be watermarked in the browser window [image will not scroll when the text scrolls.] If this attribute is absent, the default scrolling behavior is used.
Values: Fixed
BottomMargin
2 | 3 | 3.2 | 4 | IE4B1 | M | N | O
Required? No
Description:
This attribute gives the author control over the amount of space devoted to the bottom margin of the document.
Values: Specified in pixels with integer values of 0 or greater.
LeftMargin
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
This attribute gives the author control over the amount of space devoted to the left margin of the document.
Values: Specified in pixels with integer values of 0 or greater.
Link
2 | 3 | 3.2 | 4 | IE1 | M2FB | N1.1 | O2.1
Required? No
Description:
This attribute indicates the default color of hyperlinks that have not yet been activated.
Values: Either an RGB triplet or a special Color name.
Marginheight
2 | 3 | 3.2 | 4 | IE | M | N4 | O
Required? No
Description:
This attribute gives the author control over the amount of space devoted to the top and bottom margins of the document.
Values: Specified in pixels with integer values of 0 or greater.
Marginwidth
2 | 3 | 3.2 | 4 | IE | M | N4 | O
Required? No
Description:
This attribute gives the author control over the amount of space devoted to the left and right margins of the document.
Values: Specified in pixels with integer values of 0 or greater.
RightMargin
2 | 3 | 3.2 | 4 | IE4B1 | M | N | O
Required? No
Description:
This attribute gives the author control over the amount of space devoted to the bottom margin of the document.
Values: Specified in pixels with integer values of 0 or greater.
Scroll
2 | 3 | 3.2 | 4 | IE4B1 | M | N | O
Required? No
Description:
This controls whether or not a vertical scrollbar is rendered on the edge of the document window.
Values: Yes [DEFAULT] | No
Text
2 | 3 | 3.2 | 4 | IE1 | M2FB | N1.1 | O2.1
Required? No
Description:
When this attribute is present it indicates the default color of the document text. This color can be overridden locally by specifying a FONT COLOR value.
Values: Either an RGB triplet or a special Color name
TopMargin
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
This attribute gives the author control over the amount of space devoted to the top margin of the document.
Values: Specified as pixels with integer values of 0 or greater.
VLink
2 | 3 | 3.2 | 4 | IE1 | M2FB | N1.1 | O2.1
Required? No
Description:
This attribute indicates the default color of hyperlinks that have already been activated.
Values: Either an RGB triplet or a special Color name.
Example
<html>
<head>
      <title>this is the document title< title>
</head>
<body BACKGROUND="image.gif" BGPROPERTIES="fixed" TEXT="#ff0000" LINK="#ffff00">
document text
</body>
</html>
Parent Model
Pre-HTML 4.0 Parent Model
<html> | <noframes>
HTML 4.0 Parent Model *
<html>
Content Model
%In-line Content% | %Block Content% | <del> | <ins>
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...