0
7.4kviews
Explain in detail. DOM structure list levels of DOM.
1 Answer
0
86views

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 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.