Locked lesson.
About this lesson
What are the actions you can perform on HTML elements and what properties can you get and set?
Exercise files
Download this lesson’s related exercise files.
DOM Methods and Properties.docx59 KB DOM Methods and Properties - Solution.docx
59.1 KB
Quick reference
DOM Methods and Properties
DOM methods and properties allow us to manipulate HTML and CSS programatically.
When to use
You'll use DOM methods and properties any time you want to manipulate HTML and CSS.
Instructions
There are many ways to manipulate HTML and CSS using DOM methods and properties.
DOM properties allow us to change content of HTML elements.
DOM methods allow us to add or remove entire HTML elements.
Hints & tips
- DOM methods and properties allow us to manipulate HTML and CSS
Lesson notes are only available for subscribers.