Favourite Recipe Site - Part C

  1. Login to your W3 Schools Spaces account
  2. Open your "project2.html" and under the recipe title that you created before, add a "div" with the id "ingredients" Don't forget the opening and closing tags for the "div" View example here
  3. Open your "style.css" file and create a selector for the id "ingredients" you added to your div.
  4. Using CSS, in your "style.css", add a border around your "div" and save your file. View example here
  5. Open your "project2.html" and see if the border is displaying properly.
  6. Now, within in your "div" add an "unordered list" of the ingredients of your recipe and save your file.

Now go back to your course and continue with chapter 5 of the CSS3 Foundations StudioWeb course.