0
7.4kviews
Explain in detail. DOM structure list levels of DOM.
1 Answer
| written 9.4 years ago by |
The Document Object Model (DOM) is an object-oriented representation of an HTML or XML document. The structure of an HTML and XML document is hierarchical, so the DOM structure resembles that of a tree. DOM provides an API to access and modify this tree of objects. The DOM API is …