| Name | Type | Default | Comment |
|---|
| alt | CDATA | #REQUIRED | text used for titles; 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 | NMTOKEN | #IMPLIED | language code (backwards compatible); language code as RFC3066 |
| longdesc | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; link to long description (complements alt) |
| onclick | CDATA | #IMPLIED | a pointer button was clicked; script expression |
| ondblclick | CDATA | #IMPLIED | a pointer button was double clicked; script expression |
| onkeydown | CDATA | #IMPLIED | a key was pressed down; script expression |
| onkeypress | CDATA | #IMPLIED | a key was pressed and released; script expression |
| onkeyup | CDATA | #IMPLIED | a key was released; script expression |
| onmousedown | CDATA | #IMPLIED | a pointer button was pressed down; script expression |
| onmousemove | CDATA | #IMPLIED | a pointer was moved within; script expression |
| onmouseout | CDATA | #IMPLIED | a pointer was moved away; script expression |
| onmouseover | CDATA | #IMPLIED | a pointer was moved onto; script expression |
| onmouseup | CDATA | #IMPLIED | a pointer button was released; script expression |
| 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 | associated style info; style sheet data |
| title | CDATA | #IMPLIED | advisory title; text used for titles |
| 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 |
| xml:lang | NMTOKEN | #IMPLIED | language code (as per XML 1.0 spec); language code as RFC3066
|