FORM

The FORM element is used to delimit the form . There can be several forms in a single document, but the FORM element can't be nested.

Example

<TITLE>Sample Questionaire</TITLE>
<H1>Sample Questionaire</H1>
Please fill out this questionaire:
<FORM METHOD="post" ACTION="http://www.hal.com/sample">
<P>Your name: <input name="name" size="48">
<P>Male <input name="male" type=radio>
<P>Female <input name="female" type=radio>
Number in family: <input name="family" type=int>
<P>Cities in which you maintain a residence:
<UL>
<LI>Kent <input name="city" type=checkbox value="kent">
<LI>Miami <input name="city" type=checkbox value="miami">
<LI>Other <textarea name="other" cols=48 rows=4></textarea>
</UL>
Nickname: <INPUT NAME="nickname" size ="42">
<P>Thank you for responding to this questionaire.
<P ALIGN=CENTER><INPUT TYPE=SUBMIT> <INPUT TYPE=RESET>
</FORM>


Content

Inclusions

Exclusions


Tag Minimization
Open Tag: REQUIRED
Close Tag: REQUIRED
See ATTRIBUTES
See CONTENT DECLARATION


Parent Elements


Top Element List
All Element List
Tree
HTML 2.0 DTD