Hour 13. Using the W3C DOM
What You'll Learn in This Hour:
|
Throughout this book, you've learned about the DOM (Document Object Model), JavaScript's way of referencing objects within web documents. In the last hour, you learned to modify style sheet properties on the fly using JavaScript.
During this hour, you'll learn more about how the DOM represents the objects that make up a web document, and how to use DOM objects to move objects within a page.
|