Table of Contents

Browser - DOM

About

This page is about the DOM functionality in the browser.

A browser has more object model (OM)

Management

See

To see the DOM in a browser, you use the devtools. The DOM is represented in the Elements panel.

Example with Chrome, on how to check an element:

Browser Chrome Dom Elements Panel

Modification

Watcher

See How to use MutationObserver to track mutation on the DOM ?