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.
 
 
 
Elie Schoppik 7c0413b7a0 adding instructions to readme 9 years ago
images Initial commit 10 years ago
README.md adding instructions to readme 9 years ago
index.html Initial commit 10 years ago

README.md

DOM_Intro_Exercise

Practice manipulating the DOM!

In a separate JS file:

When the page loads:

  • change the greeting from "Hello, There!" to "Hello, World!".

  • set the background color of each <li> to yellow.

Afterwards:

  1. add the class of selected to an <li> when it is clicked.

  2. change the image to be the most recently clicked food item.

  3. when the reset button is clicked - remove the selected class from each <li> and change the image to panic.jpeg.