| Name | Type | Default | Comment |
|---|
| alt | CDATA | #REQUIRED | text; short description |
| class | CDATA | #IMPLIED | space-separated list of classes |
| dir | ( ltr | rtl ) | #IMPLIED | direction for weak/neutral text |
| height | CDATA | #IMPLIED | nn for pixels or nn% for percentage length; override height |
| id | ID | #IMPLIED | document-wide unique id |
| ismap | ( ismap ) | #IMPLIED | use server-side image map |
| lang | NAME | #IMPLIED | language code as RFC1766; language code |
| longdesc | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; link to long description (complements alt) |
| name | CDATA | #IMPLIED | name of image for scripting |
| onclick | CDATA | #IMPLIED | script expression; a pointer button was clicked |
| ondblclick | CDATA | #IMPLIED | script expression; a pointer button was double clicked |
| 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 |
| src | CDATA | #REQUIRED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; URI of image to embed |
| style | CDATA | #IMPLIED | style sheet data; associated style info |
| title | CDATA | #IMPLIED | text; advisory title |
| usemap | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; use client-side image map |
| width | CDATA | #IMPLIED | nn for pixels or nn% for percentage length; override width
|