Key | Description | Availability |
---|
abbr | Abbreviation for a header cell in a table. | |
align | Defines the alignment of the element. | |
axis | Specifies a name for a group of headers. | |
background | Specifies the URL for the background image for the document or element. | |
bgcolor | Specifies the background color for the document or element. Specify either a color name or RGB color. | |
char | Specifies which character to use to set the alignment for the element. | |
charoff | Number of characters to offset the other column characters from the character specified by char. | |
class | CSS class assigned to the element. | |
colspan | Number of columns that the element should span. | |
dir | Direction of the element text. | |
headers | Space-delimited list of header cell id's for header cells that are related to the element. | |
height | Height of the element (in pixels). | |
id | Unique identifier for the element. | |
lang | Language code for the content of the element. | |
language | Script language for the element. | |
nowrap | If present, specifies that the element text should not wrap. | |
rowspan | Number of rows that the element should span. | |
scope | Specifies cells that the element is a header for. | |
style | Inline style for the element. | |
tabindex | Position of the element in the tabbing order for the document. | |
title | Short text description for the element. | |
valign | Vertical alignment of the element. | |
width | Width of the element (pixels or percentage). | |
onblur | Fires when the element loses focus. | |
onclick | Fires when the element is clicked. | |
ondblclick | Fires when the element is double-clicked. | |
onfocus | Fires when the element receives focus. | |
onkeydown | Fires when a user presses down on a key while the element has focus. | |
onkeypress | Fires when a user presses a key or holds down the key while the element has focus. | |
onkeyup | Fires when a user releases a key while the element has focus. | |
onmousedown | Fires when a user clicks down on the mouse button while the element has focus. | |
onmousemove | Fires when the mouse moves while the pointer over the element. | |
onmouseout | Fires when the mouse pointer moves off of the element. | |
onmouseover | Fires when the mouse pointer moves over the element. | |
onmouseup | Fires when the user releases the mouse button while the element has focus. | |