From 77a1a7c0f22719e3d083b83ad671c9e17c1df061 Mon Sep 17 00:00:00 2001 From: Zubair Desai Date: Tue, 7 Aug 2018 14:17:56 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 423f40f..6217bed 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ When the page loads: 3. Create an image tag, set its `src` attribute to `http://49.media.tumblr.com/tumblr_m6qt1rjPSz1rxjzkho1_500.gif`, and append the to the `#greeting` div. +4. Create and add a ul element to the end of the body with a class of "todo-items" + +5. Go through the array `['make coffee','eat donut','change diapers','drive to work']` and create an li element for each item e.g. `
  • make coffee
  • ` + +6. Add each newly created li element to your ul of class "todo-items" + ## Part Two: Afterwards: