Locked lesson.
About this lesson
What is the DOM and why is it important?
Exercise files
Download this lesson’s related exercise files.
Intro to the HTML DOM.docx59.1 KB Intro to the HTML DOM - Solution.docx
59.1 KB
Quick reference
Intro to the HTML DOM
The DOM is basically the HTML of a web page.
When to use
Any time we want to get, change, add, or delete an HTML element, we can manipulate the DOM.
DOM stands for Document Object Model.
Instructions
The Dom let's us do all kinds of things to web pages programatically.
Hints & tips
- The Dom let's us get, change, add, or delete HTML elements.
Lesson notes are only available for subscribers.