Practice manipulating the DOM!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Michael Herman 3be0034b38 Create README.md 10 years ago
images Initial commit 10 years ago
.DS_Store Initial commit 10 years ago
README.md Create README.md 10 years ago
index.html Initial commit 10 years ago

README.md

DOM_Intro_Exercise

Practice manipulating the DOM!

In the Chrome JS console practice selecting different elements on the page and doing something with it.

For example:

  • When you click the word "milk", have an alert pop up that says "Milk"
  • When you click the word "wine" make the letters turn red
  • Can you think of any other fun events to make happen?