Assignment # 2b

Reference Material

You may find the following CSS reference material helpful in completing this assignment:

Learning Goals

Project

This assignment is part of Project#1.

The result of Assignment 2 is a valid HTML page that will be used as the form submit page for Project#1. You can complete this assignment in one of two ways, either by creating the page from scratch (reverse engineering it) or by starting with the Sun page and then modifying it until it is valid. The second approach is probably the best, but if you are highly skilled at creating Web pages, you might find the first approach easier.

If you take the second approach, the assignment consists of 2 parts (a and b). In part a, you will correct the HTML page so that it is valid according to XHTML Transitional. In part b, you will add an additional CSS style sheet so that the page is valid according to XHTML Strict.

If you already know something about CSS and XML, you will likely find that doing Assignment 2 in one part makes it easier by immediately constructing the XHTML Strict version. If you do these together, be sure to let me know when you submit assignment 2b so that you receive credit for all 2 assignments.

Part b - XHTML Strict validation

Further modify the HTML of the Web page (Assignment 2a) so that

Submit the assignment by sending your assigned TA a zip file including the completed HTML page and the style sheet (.css file). Be sure to include the URL of the original page in your e-mail.

Hints: