| Name | Type | Default | Comment |
|---|
| accept | CDATA | #IMPLIED | comma-separated list of media types; list of
MIME types for file upload |
| accept-charset |
CDATA | #IMPLIED | a space-separated list of character encodings; list of supported charsets |
| action | CDATA
a> | #REQUIRED | Uniform Resource Identifier as p
er RFC2396; a Uniform Resource
Locator (URL) is a URI; server-side form handler |
| class | CDATA | #IMPLIED
| space-separated list of classes |
| dir | ( ltr | rtl ) | #IMPLIED | direction f
or weak/neutral text |
| enctype | CDATA | "application/x-www-form-urlencoded"
| media type |
| id | ID | #IMPLIED | document-wide unique id |
| lang | NAME | #
IMPLIED | language code as RFC1766 |
| method | ( GET | POST )<
td class="guide">GET | HTTP method used to submit the form |
| name | CDATA | #IMPLIED | name of form for scripting |
| onclick | CDATA | #IMPLIED | script expression; a pointer button was cl
icked |
| ondblclick | CDATA | #IMPLIED | script expression; a
pointer button was double clicked |
| onkeydown | CDATA | #IMPLIED | script expression; a key was pressed down |
| onkeypress<
td class="guide"> CDATA | #IMPLIED | script expression; a key was pressed and released |
| onkeyup | CDATA | #IMPLIED | script expression; a key was released |
| onmousedown | CDATA | #IMPLIED | script expression; a pointer button was pressed down |
| onmousemove | CDATA | #IMPLIED | script expression; a pointer was moved within |
| onmouseout | CDATA | #IMPLIED | script expression; a pointer was moved away |
| onmouseover | CDATA | #IMPLIED | script expression; a pointer was moved onto |
| onmouseup | CDATA | #IMPLIED | script expression; a pointer button was released |
| onreset | CDATA | #IMPLIED | script expression; the form was reset |
| onsubmit | CDATA | #IMPLIED | script expression; the form was submitted |
| style | CDATA | #IMPLIED | style sheet data; associated style info |
| target | CDATA | #IMPLIED | render in this frame |
| title | CDATA | #IMPLIED | text; advisory title
|