Favourite Recipe Site - Part A

  1. Login to your W3 Schools Spaces account and open your project2.html file.
  2. As you did in your HTML5 course, add a html 5 doctype declaration at the top of your blank page
  3. Insert an opening and closing "head" tag In between the opening and closing "head" tag, add an opening and closing "title" tag and add the title "Recipe"
  4. Inside your "head" tags insert an opening and closing "style" tag. This is where you will be be putting all css code for now. View example
  5. Insert an opening and closing "body" tag and insert an "h1" tag inside the "body" tags add the title you want for your recipe.
  6. Inside your opening and closing "style" tags, create a css CSS class selector and call it "favourite". View example
  7. Inside the class selector create properties for text color
  8. Add the "fav" class to your "h1" tag and view how it changes the colour

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