We don't really know how to do DOM (Document Object Model) stuff yet

DOM Tree Example

We can make our own DOM trees to plot out how our DOM will construct it's webpage

basic example code

The above code is a basic example

DOM tree for above code

The above tree showcases how the DOM would read our code