The website will consist of a main index page, which will have links to a few recipes.
User Stories
-
The recipe page should contain a
DOCTYPE
tag. -
The recipe page should include an
html
element with ahead
andbody
element as children. -
There must be a
title
element within thehead
element with the textThe Odin Recipes
. -
There must be an
h1
element with the textCreamy Chocolate Fudge
. -
A related image with the
alt
attribute must be included. -
There should be an
h2
element with the textDescription
under the image. -
There must be at least 2 paragraphs under description that describe the recipe.
-
There should be an
h2
element with the textIngredients
. -
Under the
Ingredients
heading there should be an unordered list with the ingredients needed for the recipe. -
Under the list of ingredients, add another
h2
element calledSteps
. -
An ordered list with a couple of steps needed to complete the recipe should be included.
-
There should be an
h2
element with the textMore Recipes
. -
There should be a couple of links inside an unordered list which has a couple of list items with anchor elements within.
-
These anchor elements should have
href
attribute with the value set to#
.
Uses HTML5 and CSS3.
Make sure all user stories have been met.
This project is deployed on GitHub Pages at the main branch.
Recipe taken from BigOven, including its image link.