An HTMLBodyElement interface is the HTML document body. This element is always present in the DOM API even if the tags are not present in the source document.
Interface HTMLBodyElement : HTMLElement {
attribute DOMString aLink; attribute DOMString background; attribute DOMString bgColor; attribute DOMString link; attribute DOMString text; attribute DOMString vLink;};
Semantic Requirements
Attributes
If you have comments or suggestions, email me at mbrady@nist.gov