Project 6
Prepare a form in HTML for students
entering the Math/CS/CIS department. Enhance the sheet with appropriate logo,
fonts, background and foreground colors. Include a webmaster contact and a
website address. The form (written in clear HTML with liberal comments, and
your name in the title bar) should include:
- Field groups for sections of the form
- Name and address information (with maximum size
fields), state should default to NY, include zip, email and phone number
fields as well.
- Allow input of a login and password
- Indicate high school courses taken
- Use selection (some with multi selection capability),
selection groups, radio, check box, and text box
- Choice of major (radio box)
- Select first semester courses
- A range slider to indicate credits that will be taken
in the first semester with a default of 12 and a minimum of 4 and maximum of 18
ranges
- A text box for comments
- Submit (to e-mail – which will open e-mail server
button should be an image with text “Submit Form”), reset, and file (to
browse files) buttons
- Validate all fields that they should not be blank;
validate email, zip, and phone fields for valid format
- Using style sheet code to define color etc. , indicate
several fields as a required entry by placing a red asterisk (*) by those
fields, and highlight invalid entries in a different background color
- Name the file index.htm ,
compress and submit.