What is the difference between the dom api and the html dom api.

Answer :

The DOM-core is the object model that is common for all XML documents (including HTML) with elements and attributes. The HTML-DOM is an extension of the core DOM with more specific interfaces for the various HTML elements.

Go Question: Other Questions