| |
| | DOM:document - MDC (Site not responding. Last check: ) |
 | | In addition to the generalized DOM Core document interface, HTML documents also implement the DOM HTMLDocument interface, which is a more specialized interface for dealing with HTML documents (e.g., document.cookie, document.alinkColor). |
 | | The document is contained by the window object and may contain any number of elements. |
 | | The document interface provides access to things such as the document type, its color and formatting, plugins and applets, as well providing methods for creating and manipulating all of the document's child nodes, or elements, such as BODY and TABLE elements. |
| developer.mozilla.org /en/docs/DOM:document (636 words) |
|