The objective of this lab is to practice marking up an XHTML document using techniques covered in your readings and class. This lab will focus on structurally marking up resume data and providing more meaning through the use of divs, spans, classes and IDs.
Starting with your template.html file hand code your resume. It should be marked-up using structural XHTML tags with additional structure attained using div and span (with corresponding id and class attributes) elements.
What is meant by additional structure? Well...
Envision a typical resume. Does is have logical divisions? Education, Employment, so on? Express these logical divisions using the correct tags and attributes. Create hierarchy using headings. Create logical divisions using div tags that will provide greater control over style the document.
If you don't have a resume hanging around fake it and have fun! I'm more interested in the markup then the content. Your resume should have similar information found on these examples.
Once you have good solid markup you may style the resume nicely.
You should validate the CSS and the document before submitting the assignment.
Below is the point distribution for the project. Be sure to complete all requirements as listed. I will use this table to grade your assignment.
| Requirement | Points | Earned |
|---|---|---|
| structure of document logical and proper markup is used | 20 | |
| div and spans used correctly | 10 | |
| CSS style applied correctly | 5 | |
| File is neat and organized (indents, spacing, etc.) | 5 | |
| File validates as XHTML Strict | 10 | |
| Total | 50 |