Enable Javascript

The HTML DOM

The HTML Document Object Model or DOM is how the browser styles "things" in JavaScript. Everything stems from the Document, from there, every page has a Head and a Body,
from there you have code that has relationships with other code, a parent is one step up the model, a sibling has the same parent, and a child is one step down