...

/

Summary: The Document Object Model

Summary: The Document Object Model

Review what we learned about the Document Object Model.

We'll cover the following...

Key points

  • The Document Object Model is a way of representing a page of HTML as a tree of nodes.

  • The DOM has a number of methods that can be used to access elements on a page.

  • The DOM provides a number of methods ...