<FORM> is an HTML tag that allows you to define a series of FIELDS in an HTML page. These FIELDS will allow viewers to input information in various ways. They can type into a text field or text area; click on a radio button or check box; select an item from a dropdown or scrolling menu; submit a form as an email message; or reset everything he in the form back to the defaults.
Play with the fields above until you feel comfortable with them, and sort of understand how they take their input. You may press the Reset and Submit buttons if you like. Reset will do its thing, but Submit will send an email message to me with what you type in. There are better ways to do a form for an email message, and we will take up how to do that in the next lesson on Forms.
Now let's look at the <FORM> tag itself and then each INPUT option individually with its definition and attriubutes.