Register - Login - Forgotten Password

Lesson 10: JavaScript and the Web Page DOM

How can a line of JavaScript change a heading that began as plain text in an HTML file? The browser quietly turns that file into a living, object-based structure called the Document Object Model, or DOM. This lesson follows how the Space Facts page becomes a tree that JavaScript can access, while keeping the crucial distinction between the original source and the current page in memory.

Lesson 10: JavaScript and the Web Page DOM

This lesson just one in the category Introduction to JavaScript. To access this lesson you need to have a valid learner account, ask your parent to register you now.