HTML DOM Question:
Download Questions PDF

What is HTML DOM?

Answer:

The HTML DOM is:

* A standard object model for HTML
* A standard programming interface for HTML
* Platform- and language-independent
* A W3C standard

The HTML DOM defines the objects and properties of all HTML elements, and the methods (interface) to access them.

Download HTML DOM Interview Questions And Answers PDF

Previous QuestionNext Question
What is Javascript and how does it work with the DOM?Explain How DHTML work with JavaScript?