1.

How You Define Node Tree In Html Dom?

Answer»
  1. Using HTML DOM we can SHOW a node tree structure of all nodes in an HTML document.
  2. In a node tree structure all nodes in an HTML document are relations with each other.
  3. Using node tree structure we can access all node of HTML document.
  4. In tree structure we START from ROOT node and go down to the lowest level nodes of tree. 



Discussion

No Comment Found