Hi,
I started reading the chapter about Document Object Model, and I have a few beginner questions:
1. Quote from book:
Isn't HTML element the root node?
2. Quote from book:
But on http://www.w3schools.com/jsref/prop_node_nodetype.asp and https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeType this is different:
Also, what is the difference between "1 for an HTML element" and "10 for the HTML element"? I guess that's a mistake.
Thank you in advance!