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.
* 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.
Previous Question | Next Question |
What is Javascript and how does it work with the DOM? | Explain How DHTML work with JavaScript? |