The object of this assignment is to use forms.
Read everything before doing anything.
The action address for your form will be
http://evc-cit.info/cgi-bin/echoform.cgi.
The entire document should be set in Arial/Helvetica/sans-serif type.
Here is the background image that you must use.
You must use styles for all font effects.
The legends in the left column (like
“Name:”, “Email:”, “Goals:”, etc.)
are all bold, right-aligned.
They must all line up at their right-hand edge, and be
vertically aligned at the top of the cell. (Hints: use a table;
see a picture
of what it should look like. Use the
vertical-align style property for vertical alignment.)
The remaining requirements refer to the callouts (the numbers in the black circles) that you see on the following graphic image. Do not include these on your assignment; they are for your reference only!
This is a level one heading, right-aligned.
The Email webmaster must be a mailto:
link that sends you an email with the subject Site Feedback.
(See how to do a mailto: link)
The Evergreen Valley College Website link must
open http://www.evc.edu/ in a new window.
These are level two headings. Their text color
is #660000, and the font size must be set to 125%
of normal, and they must be italic. To eliminate the extra vertical space that
headings give you, add margin: 0px to the style.
The value of the name= attribute for the
“Name” field must be student. The
“Email” field must be named email. Both
fields are 30 characters wide, and allow 28 characters maximum
input.
The radio buttons must belong to a field whose name is
age. The “18-25” button must be
the default choice. The values for each of the buttons must be the
same as their text:
<1818-2526-4041-6565+These checkboxes all belong to a field named goals.
The values for each checkbox are:
AACSU UCPersonalThe name of this select menu is academic_field.
It shows six entries at a time, and allows multiple selection. The
options and their values are listed here, with the values in square
brackets. Do not include the square brackets in your
menu options.
The comments area has the name comments and is five
rows by fifty columns.
Here is a file that will ease the burden of typing all the text yourself.
Name the file form.html and put it in the assignments folder. Include a link to this file on your assignments/index.html page.