body tag (XHTML 1.1)
document bodyAttributes
| Attribute | Deprecated | Required | Description |
|---|---|---|---|
| alink | X | color of selected links | |
| background | X | texture tile for document background | |
| bgcolor | X | document background color | |
| class | space-separated list of classes | ||
| dir | direction for weak/neutral text | ||
| id | document-wide unique id | ||
| lang | language code | ||
| link | X | color of links | |
| style | associated style info | ||
| text | X | document text color | |
| title | advisory title | ||
| vlink | X | color of visited links |
Events
| Event | Description |
|---|---|
| onclick | a pointer button was clicked |
| ondblclick | a pointer button was double clicked |
| onkeydown | a key was pressed down |
| onkeypress | a key was pressed and released |
| onkeyup | a key was released |
| onload | the document has been loaded |
| onmousedown | a pointer button was pressed down |
| onmousemove | a pointer was moved within |
| onmouseout | a pointer was moved away |
| onmouseover | a pointer was moved onto |
| onmouseup | a pointer button was released |
| onunload | the document has been removed |
© htmlpedia.net 2008 - 2012