FORM:
Attributes


ACTION

The ACTION attribute specifies a URL that designates an HTTP server or an email address. If missing, the URL for the document itself will be assumed. The effect of the action can be modified by including a method prefix, e.g. ACTION="POST http://...." . This prefix is used to select the HTTP method when sending the form's contents to an HTTP server.

Values
CDATA

Default Value
#REQUIRED

ENCTYPE

Values
CDATA

Default Value
application/x-www-form-urlencoded

METHOD

Values

Default Value
GET


Go Back to FORM


HTML 2.0 DTD