Forms
Forms are used to send information from a page to a program that
will then "build" the next page. The variables in the form are
passed through the various input tags included in the FORM. The
ACTION attribute of the form specifies the program that is called.
A FORM
Next Example.