Forms


Example:

Order a One Ingredient Pizza

Name: Crust: Thin Thick Ingredient: Comments about this service:
<h2>Order a One Ingredient Pizza</h2> <PRE> <FORM ACTION="/CGIs/pizza.cgi" METHOD=GET> Name: <INPUT NAME="your_name" VALUE="J Doe" TYPE=TEXT SIZE=20 MAXLENGTH=10> Crust: <INPUT TYPE="radio" NAME="crust" VALUE="Thin" CHECKED> Thin <INPUT TYPE="radio" NAME="crust" VALUE="Thick"> Thick Ingredient: <SELECT NAME="ingredient"> <OPTION>Mushrooms <OPTION>Onions <OPTION>Peppers <OPTION>Sausage <OPTION>Anchovies </SELECT> Comments about this service: <TEXTAREA NAME="feedback" ROWS=10 COLS=20></TEXTAREA> <INPUT TYPE="submit" VALUE="Send in your Order"> </PRE> </FORM>

Challenge:

Use the example above to create HTML code for producing the form below.

Send us your Comments

Name: Email: Where were you when you found this Web Page? Comments:
Notes:
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________