Table of contents
Using the W3C DOM Level 1 Core
Introduction to the W3C DOM.
Introduction to the W3C DOM.
The Document Object Model (DOM) is an API for HTML and XML documents. It provides a structural representation of the document, enabling you to modify its content and visual presentation by using a scripting language such as JavaScript.
Documentation about the DOM
| Getting help from the communityYou need help on a DOM-related problem and can't find the solution in the documentation?
Tools easing working with the DOMRelated Topics
|


Mozilla Developer Network