2015-08-12 11:56:36 -06:00
2015-01-13 22:34:56 -08:00
2015-01-13 22:34:56 -08:00
2015-07-14 23:06:00 -06:00

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?
Description
Practice manipulating the DOM!
Readme 363 KiB
Languages
JavaScript 76.6%
HTML 19%
CSS 4.4%