- A Language dependent application programming
- B Hierarchy of objects in ASP.NET
- C Application programming interface
- D Convention for representing and interacting with objects in html documents
- Share this MCQ
Answer:
D
Share this MCQ
Click me to Read more Question & Answer of HTML Basic MCQThe Document Object Model (DOM) is a programming interface for HTML, XHTML, and XML documents that treats the document as a tree structure. It allows developers to access and manipulate the content and structure of the document, as well as to respond to events and changes in the document. The DOM is cross-platform and language-independent, meaning it can be used with a variety of programming languages and on different operating systems. It is an essential part of modern web development and is used to create interactive and dynamic webpages.
Share this MCQ