-
What is DOM?
-
- Application programming interface
- Hierarchy of objects in ASP.NET
- Language dependent application programming
- Convention for representing and interacting with objects in html documents
- None of these
Correct Option: D
The Document Object Model is a cross-platform and language-independent application programming interface that treats an HTML, XHTML, or XML document as a tree structure. A document can be viewed as a logical tree with help of DOM Model.