ZVON > References > DOM2 Reference

HTMLBodyElement (interface )


Own properties:
attributes  -  aLink, background, bgColor, link, text, vLink
methods  -  none

Inherited properties:
This interface inherits all properties from HTMLElement, the generic interface for all element interfaces in DOM HTML, which itself inherits all properties from DOM Core interface Element and thus also Node.

Description:
The HTML document body. This element is always present in the DOM API, even if the tags are not present in the source document. See the BODY element definition in HTML 4.01.