ContentsIndexPreviousNext

8.5.1 The FORM Tag

Here is an example of an HTML form:

<FORM METHOD="POST" ACTION="/cgi-bin/name.acu">
Please enter your name or leave the entry field blank for "anonymous":
<INPUT TYPE="text" NAME="username" SIZE=60>
<INPUT TYPE="submit" VALUE="Submit">
</FORM>

The FORM tag has two attributes that must be defined: METHOD and ACTION.