| A | B |
| Access Key | A single key on the keyboard that you type in conjunction with the Alt key or the Control key in order to jump to one of the control elements on a form. |
| Check Box | A control element for specifying an item as either present or absent. |
| Command Button | A button on a field that causes some action via a server-based script. |
| Common Gateway Interface (CGI) script | A server-based program that can process the information in a form. |
| Control Element | The different parts of a form, such as input boxes, selection lists, and option buttons. |
| Drop Down list box | A method of displaying the choices of a selection list. |
| Field | A control element in which the user can enter information. |
| Field Set | A method for oranizing option buttons into a group of fields on a form. |
| Field Value/Value | Information entered in a field. |
| Form Button | A control element that users click to start processing the form. |
| Get | A method for submitting form data that appends the data to the end of the URL specified in the action attribute. |
| Group Box | A box around a field set, to set the fields off from other, unrelated fields. |
| Hidden Field | A field on a form that has a predefined values and that is invisible to the form's user |
| Input Box | A control element for entering text and numerical data |
| Name/Value Pair | The name and ID of a field, used by a server-side program for processing form data. |
| Option/Radio Button | A control element for selecting a single item from a small group of items. |
| Option Groups | A method for organizing values into distinct groups in a selection list |
| Password Field | An input box in which the characters typed by the user are displayed as bullets or asteriks |
| Perl | A programming langauge used to write CGI scripts |
| Post | A method for submitting form data that sends the data in a seperate data stream |
| Reset Button | A button on a form that retruns the form to its default values. |
| Selection List | A control element for offering a choice from a long list of values. |
| Submit Button | A button on a form that sends the information in the form to the server for processing |
| Text Area | A control element that allows users to enter several lines of text. |