Chapter 6The Document Object Model

The Document Object Model (DOM) allows you to access elements of a web page and enable interaction with the page by adding and removing elements, changing the order of elements, changing the content of elements, changing element attributes, and even altering how elements are styled.

In this chapter, we’ll be cover these topics:

  • introduction to the DOM

  • getting elements―getElementById, getElementsByClassName, getElementsByTagName, querySelector, and querySelectorAll

  • navigating the DOM tree

  • getting and setting an element’s attributes

  • updating the DOM by creating dynamic markup

  • changing the CSS of an element

  • our project―insert questions dynamically into the DOM to create a list of quiz questions

The Document ...

Get JavaScript: Novice to Ninja now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.