| Name | Type | Default | Comment |
|---|
| accept | CDATA | #IMPLIED | comma-separated list of media types; list of MIME types for file upload |
| accesskey | CDATA | #IMPLIED | a single character from ISO10646 (see RFC1815); accessibility key character |
| alt | CDATA | #IMPLIED | short description |
| checked | ( checked ) | #IMPLIED | for radio buttons and check boxes |
| class | CDATA | #IMPLIED | space-separated list of classes |
| dir | ( ltr | rtl ) | #IMPLIED | direction for weak/neutral text |
| disabled | ( disabled ) | #IMPLIED | unavailable in this context |
| id | ID | #IMPLIED | document-wide unique id |
| ismap | ( ismap ) | #IMPLIED | use server-side image map |
| lang | NAME | #IMPLIED | language code as RFC1766; language code |
| maxlength | NUMBER | #IMPLIED | max chars for text fields |
| name | CDATA | #IMPLIED | submit as part of form |
| onblur | CDATA | #IMPLIED | script expression; the element lost the focus |
| onchange | CDATA | #IMPLIED | script expression; the element value was changed |
| onclick | CDATA | #IMPLIED | script expression; a pointer button was clicked |
| ondblclick | CDATA | #IMPLIED | script expression; a pointer button was double clicked |
| onfocus | CDATA | #IMPLIED | script expression; the element got the focus |
| onkeydown | CDATA | #IMPLIED | script expression; a key was pressed down |
| onkeypress | 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 |
| onselect | CDATA | #IMPLIED | script expression; some text was selected |
| readonly | ( readonly ) | #IMPLIED | for text and passwd |
| size | CDATA | #IMPLIED | specific to each type of field |
| src | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; for fields with images |
| style | CDATA | #IMPLIED | style sheet data; associated style info |
| tabindex | NUMBER | #IMPLIED | position in tabbing order |
| title | CDATA | #IMPLIED | text; advisory title |
| type | ( TEXT | PASSWORD | CHECKBOX | RADIO | SUBMIT | RESET | FILE | HIDDEN | IMAGE | BUTTON ) | TEXT | what kind of widget is needed |
| usemap | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; use client-side image map |
| value | CDATA | #IMPLIED | Specify for radio buttons and checkboxes
|