October 2018
Intermediate to advanced
192 pages
5h 12m
English
The DOM is an application programming interface that is linked to HTML, XHTML, or XML documents and treats these similar to a tree where each node in the tree represents a part of the document.
In simple words, the DOM can be compared to a tree where there is a root node, intermediate nodes, and leaf nodes.
Shown here is a sample DOM:

In the preceding diagram, ...
Read now
Unlock full access