Enter your password:
Radio boxes allow you to only select ONE item for a particular "name". Try the following:
Checkboxes allow you to chose more than one item...
The old text box is a basic option as used above and below:
But, you may want to control their choices (and avoid spelling problems etc) by using a selection box: A + B C D E Relocate Or: Green Eggs Ham Fox Box Train Rain
For really wordy people, or for an email like dialogue, a text area box is the thing to do: Enter your Message Here
And, for creating new forms that need information from a previous form, use a hidden field like so:
OK, so that wasn't very funny. Check the source code and you'll see what it looks like. :)
A newer, less supported tag is <Button> which takes the usual "name" and "value" attributes, as for "type" you can use "submit" "reset" or "button" (which is apparently used in Javascript). Allows you to use a custom image for buttons. :)