Once again Forms will not work with lower browsers. So you may wish to also include on your form page an E-mail address. Also some file managers/editors will not process forms. (You can't use this type of information in them), so you may have to put your form at a different place (make another web page somewhere else).
FORM- States a form is starting here.
METHOD- How it will be treated or where it will be sent.
POST- send to an e-mail address.
ACTION- Where to send the information to.
INPUT TYPE- the kind of information that will be sent
TEXT- the input will consitst of text information
CHECKBOX- the input will will consitst of checkbox information
RADIO- the input will will consitst of radio information
SELECT- the input will will consitst of Pop-Up form information
NAME-name of each type of input
VALUE- where the information is being sent from
TEXT AREA BOX- larger box for text
TEXTAREA- A text area box is starting
ROWS- how many rows are in the box
COLS- how many letters are in the box
TEXT BOX- one line of text
SIZE- how many charaters are in the boxes
SUBMIT- submit/send the information
RESET- erase the information
/FORM- Stop the form
To make this form a little more interesting how about you go ahead and fill out all the information, I will explain what you are doing and when you are finished you can actually send it to me, and I will know what you think of my web page, and you will get to fill out a form and learn to make one at the same time :)
A form is beginning, we are using the method "post" and you are sending it to my mail box.