IBM Developerworks, Written by Kris Hadlock
Learn about JavaScript and the Document Object Model in this easy to follow practice article.
The exercises in this article give you practice in:
- Traversing the DOM using a number of different JavaScript properties
- Targeting nodes
- Retrieving and changing the values of nodes and their attributes
- Manipulating the DOM
- Adding, removing, and replacing nodes using JavaScript properties
Read the original article at IBM Developerworks