| Name | Type | Default | Comment |
|---|
| accesskey | CDATA | #IMPLIED | a single character from ISO10646 (see RFC1815); accessibility key character |
| charset | CDATA | #IMPLIED | a character encoding; char encoding of linked resource |
| class | CDATA | #IMPLIED | space-separated list of classes |
| coords | CDATA | #IMPLIED | comma-separated list of lengths; for use with client-side image maps |
| dir | ( ltr | rtl ) | #IMPLIED | direction for weak/neutral text |
| href | CDATA | #IMPLIED | Uniform Resource Identifier as per RFC2396; a Uniform Resource Locator (URL) is a URI; URI for linked resource |
| hreflang | NAME | #IMPLIED | language code as RFC1766; language code |
| id | ID | #IMPLIED | document-wide unique id |
| lang | NAME | #IMPLIED | language code as RFC1766; language code |
| name | CDATA | #IMPLIED | named link end |
| onblur | CDATA | #IMPLIED | script expression; the element lost the focus |
| 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 |
| rel | CDATA | #IMPLIED | space-separated list of link types; forward link types |
| rev | CDATA | #IMPLIED | space-separated list of link types; reverse link types |
| shape | ( rect | circle | poly | default ) | rect | shape; for use with client-side image maps |
| style | CDATA | #IMPLIED | style sheet data; associated style info |
| tabindex | NUMBER | #IMPLIED | position in tabbing order |
| title | CDATA | #IMPLIED | text; advisory title |
| type | CDATA | #IMPLIED | media type; advisory content type
|