Chapter 1 - Modern Javascript Programming
Example 2 - Using the Document Object Model to Locate and Manipulate Different DOM Elements
There are a number of reasons why the DOM is awesome, here are some :
- It can be found everywhere.
- It's easy to use.
- It can help you to find what you want, really quickly.