The form is the HTML portion of the CGI interface. It is generated through the use of the form tags, <FORM ACTION="url of CGI program">...</FORM>. HTML documents can contain more than one instance of the form tags.
The following sections are excerpted from the NCSA CGI documentation.
This is a template for creating a WWW/Form interface using a Perl script to process the form.