Courses
Personal Projects
The DOM
JavaScript interacts with HTML and CSS through the DOM
DOM = Document Object Model
JavaScript represents HTML elements as JS objects
Update the page by changing object properties
The
document
object is the door into the page
3 / 17