Assignment # 2a

This assignment is the first step in Project#1, the Sun Registration student project. This assignment will begin to create a clean version of the HTML page that will communicate with your server software to process the form information. You should download the entire Web page to your computer so that you do not need to repeat the process as you develop the revised site.

You will not need to develop the entire form. In class I will discuss the parts of the site you can discard.

Reference Material

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

You will also find the contents of this zip file to be helpful. The zip file contains the CSS and image files that you may not have been able to download.

Learning Goals

Project

This assignment is part of Project#1.

The result of Assignment 2 is a valid XHTML 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 Sun 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 both parts in one step makes it easier by immediately constructing the XHTML Strict version. If you do these together, be sure to let your TA know when you submit assignment 2b so that you receive credit for all 2 assignments.

Part a - XHTML Transitional validation

Modify the HTML of the Sun Registration page, so that it adheres to correct XHTML Transitional HTML. Submit the modified HTML page to your TA as a zip file. Also, include the String URL of the original Web site in the text of your e-mail. A step-by-step approach to this assignment is:

Hints:

Xhtml Transitional DOCTYPE

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">