Body of an HTML document.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | 3.0+ | 1.0+ | 2.0+ | 7.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
HTMLBodyElement Constructor() : HTMLBodyElement
Body of an HTML document.
|
Show Details | 3.0+ | 1.0+ | 2.0+ | 7.0+ | 1.0+ | no | ||
HTMLBodyElement() : HTMLBodyElementBody of an HTML document. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
aLink
: String
Color of active links.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
|
|||||||
|
background
: String
URL of the background image of the document.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
|
|||||||
|
bgColor
: String
Background color of the document.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
|
|||||||
|
Background properties of the document.
|
No Details | 4.0+ | no | no | no | no | no |
|
|
|||||||
|
Bottom margin of the document (in pixels).
|
No Details | 4.0+ | no | no | no | no | no |
|
|
|||||||
|
Left margin of the document (in pixels).
|
No Details | 4.0+ | no | no | no | no | no |
|
|
|||||||
|
link
: String
Color of unvisited links.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
|
|||||||
|
If true, indicates that the content of the document word wraps automatically.
|
No Details | 4.0+ | no | no | no | no | no |
|
|
|||||||
|
Right margin of the document (in pixels).
|
No Details | 4.0+ | no | no | no | no | no |
|
|
|||||||
|
Whether or not to display scrollbars.
|
No Details | 4.0+ | no | no | no | no | no |
|
|
|||||||
|
text
: String
Color of the text in the document.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
|
|||||||
|
HTML + Time property.
|
No Details | 5.0+ | no | no | no | no | no |
|
|
|||||||
|
Top margin of the document (in pixels).
|
No Details | 4.0+ | no | no | no | no | no |
|
|
|||||||
|
vLink
: String
Color of visited links.
|
Show Details | 4.0+ | 1.0+ | 6.0+ | 7.0+ | 1.0+ | no |
|
|||||||
Functions
| Method | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
createControlRange() : controlRange
Creates a new controlRange object.
|
Show Details | 5.0+ | no | no | no | no | no | |||||
|
Returns
|
||||||||||||
|
createTextRange() : textRange
Creates a new textRange object.
|
Show Details | 5.0+ | no | no | no | no | no | |||||
|
Returns
|
||||||||||||
|
doScroll([String action]) : void
Scrolls the document.
|
Show Details | 5.0+ | no | no | no | no | no | |||||
|
Parameters
Returns
|
||||||||||||
|
pause() : void
Pauses the document timeline.
|
Show Details | 5.0+ | no | no | no | no | no | |||||
|
Returns
|
||||||||||||
|
resume() : void
Resumes the document timeline.
|
Show Details | 5.0+ | no | no | no | no | no | |||||
|
Returns
|
||||||||||||
References
Availability
HTML DOM Level 1|HTML DOM Level 2|W3C