Project 2 - Web Page with Recipe
Due: Monday, September 15, 2014
What You'll Produce
You will create an HTML5 web page with a recipe.
Step-By-Step
1) Open this zip file which contains the text and an image for a recipe.
2) Paste the text into an HTML document. Save it in your project-portfolio folder as 02recipe.html
3) Create another folder inside your project-portfolio and name it "images". Move the image from the zip file to this folder.
4) Mark up the text with some of the elements we’ve learned so far. At a minimum you should include headings, paragraphs, lists, images, links. Don't forget your basic structure (doctype, html, head, title, body)
5) Link to this new page from your Project Portfolio index.html
6) Your document should validate.
7) Your work should be synced to GitHub by the start of class on Monday, September 15. If you need to use a lab computer to sync, we will have time for that at beginning of class.
8) I would encourage you to work through this as you revisit the readings from Learning Web Design; markup makes more sense when applied to a specific task.
Important
- Your tags must be lowercase
- Don’t forget to close your tags, except for
<br />
and<img />
- Test your links to make sure they work!
Delivery
When you have completed this project, commit it to your GitHub Project Portfolio repository. Don't forget to add a link to this new page from your index.html page!
Rubric
Full Credit | Partial Credit | No Credit | |
---|---|---|---|
Basic Page Elements | Page includes all required structure tags, including Doctype, Head, Title, and Body. All tags are properly opened and closed | Page missing more than two of the required structure tags and / or tags are improperly closed | Basic structure tags are all missing or improperly closed. |
Code syntax / style |
|
|
|
Code structure |
|
|
|
Submission |
|
|
|
Credit
Tim Lockridge, COM372 Fall 2013