Accessing the Document Object Model with JavaScript

In lesson #31 we learned how to access the HTML5 Document Object Model, short DOM, with JavaScript.

Here are some helpful Videos in addition to the textbook:

Some additional reference Links to help with understanding the DOM with JS

MDN web docs

Code Republics

Tutorials Point