This is an <input type="TEXT"> field called "Name":
This is an <input type="PASSWORD"> field called "Password":
These are some <input type="CHECKBOX"> fields called "C1", "C2" and "C3":
Things you like:
Sports
Broadway shows
Fishing
Reading fiction.
These are grouped <input type="RADIO"> fields called "R1" and "R2":
Do you like the color green? Yes No
Do you like the color red? Yes No

This is a <textarea> field called "Whatever"; go ahead... Type whatever you want:

This is a <select> field called "Season":
What is your favorite season?

This is a <select multiple> field called "Desserts":
Which desserts do you enjoy (pick all that apply)?

Below is an <input type="FILE"> field called "filename":
<input type="SUBMIT"> <input type="IMAGE">
(Also submits this form.)
<input type="RESET">
Click here to view a copy of the Perl source code of the program that processes this form