Forms
Forms are used to send information from a page to a program that
will then "build" the next page. The variables in a FORM are
set by the INPUT tags included in it. The
ACTION attribute of the FORM specifies the program that is called.
A FORM
Next Example.