OBJECTIVE: You will create an HTML Version of your resume (or other similar document if neccessary) using the HTML formatting tags you have learned thus far. It will be derived from your own resume. The first page can be a resume, and the second page can be about anything of interest to you, such as a hobby. You will link the 2 pages together.
OBJECTIVE: Summarize Chapter 1 in The Prinicipals of Beautiful Web Design and Building Usable Web Sites from Learning Web Design(2nd Edition).
All basic XHTML tags required for a page (<head>, <body>, etc...)
and the following tags, attributes, and CSS
| Required tags, attributes and CSS | ||||
| strong | em | div | h1(or other heading) | a href |
| | ul dl or ol | p and/or br | img | |