HTML DOM Question: Download HTML DOM PDF

What is HTML DOM?

Tweet Share WhatsApp

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 PDF Read All 10 HTML DOM Questions
Previous QuestionNext Question
What is Javascript and how does it work with the DOM?Explain How DHTML work with JavaScript?