XHTML - CCIS1301

Homework 2

This homework is due Due on: 02/10/2012 at 11:59:59pm. Submissions after the due date will recieve 0 points.

Step 1 - Create a web template

From your homework 1 assignment, start with a valid XHTML document. If you didn't have one, you may start with this one:

Valid XHTML document

Create a new file called "template.html". You will use this file as a base point for all future homework and project pages. With this document, create a div for each of the following:

Step 2 - In your header, add an image.

Go out to google and find an image to use in your header. This should be a "business" logo. If you want, you can also create one using paint (Start->Programs->Accessories->Paint). Your Image should not be any larger than 468 x 90 pixels.

Step 3 - Create a navigation menu

Using proper ul / li element nesting, add a navigation menu to your navigation div. This should contain links to the following:

Step 4 - Create your footer

In your footer div, add three links for the following:

Also add text for a phone number.

Step 5 - Lorum Ipsum

Go to lipsum.org and copy 5 paragraphs of text into your main content div. Make sure to use the appropriate tags.

Step 6 - Creating a Contact Page

Using the template you just created, create a new file called "contact.html". This will be your contact page. This contact page should include the following:

Requirements

You will be graded on the following:

Extra Credit

For an additional 5 points, include a google or yahoo map to a real address on your page.