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
For larger pieces of text we use TEXTAREAs. These can be set to draw in arbitrary chunks of text.

Comments about the class:

Next Example.