To begin to understand this, let's look at:
- the Document Object Mode (DOM) in relation to the Browser Object Model (BOM).
- the DOM tree structure.
Note
Some resources differentiate between the Document Object Model (DOM) and the Browser Object Model (BOM).
While some others do not make the distinction explicitly, the difference between DOM and BOM can be useful as a concept.