Description
- HTML - Create a recipe page
Inside your page you should use at least each tag at least once, unless stated.
- The 4 basic tags (<html></html>, <head></head>, <title></title>, <body></body>)
bold <strong></strong>
italics<em></em>
paragraph <p></p>
(2 pictures minimum) pictures <img src="" />
Headings (use 2 sizes) <h1></h1> up to <h6></h6>
Links <a href=""></a>
Unordered List (ingredients) <ul><li></li></ul>
Ordered List (steps to prepare recipe) <ol><li>/<li></ol>
comments <!-- comments -->
- One of the pictures should link to an external cooking page and change some of the styles of the webpage, such as the p, h1-h6, body, etc.
- Using the unordered list, list all the ingredients needed
- Using the ordered list, do the steps to make the recipe
Save the file LastNameFirstInitialRecipe.htm