Objectives
- Explore the DOM (Document Object Model) structure
- Select elements in the document by ID
- Select elements in the DOM by tag name
- Modify elements in the DOM using JavaScript
See DOMExplorer.html for a demonstation of how you can traverse the DOM in JavaScript. Use view source on that page to see how the JavaScript code is written.