Javascript: / Home / DOMObjects 2

DOM Objects

The window object contains the "document" object. The Document object represents the entire HTML Document.

The document object contains the "head" and "body" objects; which represent the "head" and "body" elements respectively.

The document object contains the documentElement object. This is the top-level element in an HTML page. The Document Element tag is <html>.

More Information

<- DOM            Events ->
3DOMObjects2