92.9k views
0 votes
What is the difference between the dom api and the html dom api.

1 Answer

3 votes
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.
User Andrew Chaa
by
4.6k points