From 3be0034b389032c580b9e0be8cca25567646b579 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Tue, 14 Jul 2015 23:06:00 -0600 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e51a85 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# 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?