Skip to main content

DOM

Web

A tree representation of an HTML document the browser builds.

The Document Object Model (DOM) is an in-memory tree of nodes representing the structure of an HTML or XML document. JavaScript manipulates the DOM to read and change page content, structure, and styling dynamically.

← Back to full glossary