odin-recipes

Recipe Website Design
Create a website to display three recipes.
Website will consist of index.html and 3 recipe pages.
[x] Create index.html template.
[x] Add index image with descriptive alt text.
[x] Use unordered list to display recipe titles which are also links.
[x] Create html template page for each recipe.
[x] Add recipe images and alt text.
[x] Use unordered lists for ingredient lists.
[x] Use headline tags for preparation steps.
[ ] If necessary, insert comments.
[x] If needed, make text bold (strong), italic (emphasized) or underlined (ins). Use &frac for fractions.
[x] Review git commands and how to include git commit messages.