Skip to content

Latest commit

 

History

History

d1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
layout permalink title parent has_children nav_order
default
/:path/
The DOM
Week 2
true
1

Week 2 Day 1: The DOM

Today, we'll see how we can use JavaScript to make changes to the Document Object Model, which is a web browser's model of our HTML documents.

We call this DOM manipulation.

Additional resources