Introduction to Forms
This is a summary of the tags used to create forms in HTML, including the most frequently used, with examples.


The Form tag

Marks the beginning and end of the form and indicates what CGI will process the form. See following example:

<FORM METHOD=POST ACTION="http://webteach.ubalt.edu/cgi-shl/hello.pl">

................

</FORM>

Input tag:

Accepts input from the users, making the form interactive. The general model is:

<INPUT TYPE="type" NAME="name" SIZE="size">

TYPES

Other tags


This page is maintained by Al Bento who can be reached at abento@ubalt.edu. This page was last updated on May 17, 2007. Although we will attempt to keep this information accurate, we can not guarantee the accuracy of the information provided.