Assignment # 2a

This assignment is the first step in your project, the Oracle 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. Also, there are no guarantees that the site will be on-line towards the end of the semester.

You will develop the html for your project in two steps. In the first step (this assignment), you will develop html that is valid according to Xhtml Transitional. In the second step, you will modify this html so that it is valid according to Xhtml Strict. If you prefer, you can just develop the html in one step as Xhtml Strict, and the TAs will give you credit for both 2a and 2b.

You will not need to develop the entire form. You can discard the JavaScript and other elements described below.

Reference Material

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

Learning Goals

Project Page

You will use the Oracle registration page as the model for the class project.

The result of Assignment 2 is a valid XHTML page that will be used as the form submit page for your project. 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 Oracle 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.

XHTML Validation

Modify the HTML of the Oracle Registration page, so that it adheres to correct XHTML 1.0 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">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">