This page is about the DOM functionality in the browser.
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:
See How to use MutationObserver to track mutation on the DOM ?