As the title.
And is there a picture which introduces HTML DOM's construct?
|
As the title. And is there a picture which introduces HTML DOM's construct? |
||||
|
|
|
The DOM (Document Object Model) begins at the Observe the following tree (corresponding
The tree¹ would be formed from the following markup:
Note the distinct lack of whitespace. Adding whitespace would add text nodes to the document tree and clearly make it more difficult to simulate. The ¹ Certain environments ignore the doctype node. I've observed Opera 5-9 and Safari 3.1 as environments that exhibit this behaviour. |
|||||||||||
|
|
There is no public standard for window, but most browsers support it with Window at the root. I've found a lot of good stuff at: http://www.w3schools.com (I have no connection with the site). A simple google search for "dom html" images will get you images. Then... When all else fails - go to the source: http://www.w3.org/TR/DOM-Level-2-HTML/html.html |
|||||||||||||||||
|