What can I do with the DOM?

Question

What can I do with the DOM?

Answer

The DOM ( Document Object Model) allows us to access the attributes, properties, content, etc of our HTML elements. With this ability we can add functionality, interactivity, and access data with JavaScript to build interactive websites and web applications!