IDNLearn.com offers a unique blend of expert answers and community-driven insights. Discover reliable and timely information on any topic from our network of experienced professionals.

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

Sagot :

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.