Web Page Design

HTML FORM PROJECT

Directions: The director of the (fill in the blank) series wants to hire you to design their website. They are touring the country promoting a new video game/CD/movie they have just released. You must submit a storyboard about your site before you start on your website.

Here are the specifications they require:

1. A home page that is eye-catching and appropriate. Include general information and links to other pages. They definitely want graphics on this page.

2. A nationwide tour page. They are going to tour the United States promoting their new game. They will be demonstrating their gaming software to people in FIVE major cities.

Create the schedule using the <table> tag.

Include FIVE major cities.

Use a single month. Put date of visit.

Include tourist information.

When you create the table of events, create links to tourist information about the major city. Use cell padding and cell borders to make the table interesting. You can also include pictures to illustrate the five cities you have selected for the software rollout!

Hint:

To put an image in a cell:

<td> <img src=”image.gif” height=xx width=xx></td>

To color a cell:

<td bgcolor=green align=center>put info for cell here</td>

3. A survey page. The company wants to survey customers to see what type of video games they play, how often they play, how many games they purchase a year, and if they will likely purchase the Twilight video game.

Brainstorm at least 5 questions that will help the crew learn what its’ customers are interested in.

Hint:

Use the <form> tag code to create an online survey to gather information from potential customers.

Make sure you ask for the customers name and e-mail address. Other information: age, gender, etc.

You MUST several different form tags, example: drop down, radio buttons, check boxes.

4. You will end up with THREE pages. LINK all of them together…(back and forth)

Here is a checklist to see if your job is complete:

______Check to make sure your background is NOT too busy and the

text is clear.

______Add a submit and reset button to your survey page.

______Ask one of your classmates to look over your page and check

the links.

______Use flaming text on one of your pages.