Home » HTML » Html miscellaneous » Question
  1. What is DOM?
    1. Application programming interface
    2. Hierarchy of objects in ASP.NET
    3. Language dependent application programming
    4. Convention for representing and interacting with objects in html documents
    5. 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.



Your comments will be displayed only after manual approval.