A group of columns in an HTML table
Identifies the unique ID value of the element
Data type | ID |
---|---|
Parameters | - |
Specifies the DocBook version of the element and its descendants
Data type | enum |
---|---|
Parameters | - |
Specifies the natural language of the element and its descendants
Data type | - |
---|---|
Parameters | - |
Specifies the base URI of the element and its descendants
Data type | anyURI |
---|---|
Parameters | - |
Provides the name or similar semantic identifier assigned to the content in some previous markup scheme
Data type | - |
---|---|
Parameters | - |
Identifies the revision status of the element
Data type | enum |
---|---|
Parameters | - |
Identifies the direction of text in an element
Data type | enum |
---|---|
Parameters | - |
Designates the computer or chip architecture to which the element applies
Data type | - |
---|---|
Parameters | - |
Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users.
Data type | - |
---|---|
Parameters | - |
provides a standard place for application-specific effectivity
Data type | - |
---|---|
Parameters | - |
Indicates standards conformance characteristics of the element
Data type | - |
---|---|
Parameters | - |
Indicates the operating system to which the element is applicable
Data type | - |
---|---|
Parameters | - |
Indicates the editorial revision to which the element belongs
Data type | - |
---|---|
Parameters | - |
Indicates something about the security level associated with the element to which it applies
Data type | - |
---|---|
Parameters | - |
Indicates the level of user experience for which the element applies
Data type | - |
---|---|
Parameters | - |
Indicates the computer vendor to which the element applies.
Data type | - |
---|---|
Parameters | - |
Indicates the word size (width in bits) of the computer architecture to which the element applies
Data type | - |
---|---|
Parameters | - |
Indicates the output format (for example, print or epub) to which the element applies
Data type | - |
---|---|
Parameters | - |
The Translate data category information to be attached to the current node
Data type | enum |
---|---|
Parameters | - |
Identifies one or more annotations that apply to this element
Data type | - |
---|---|
Parameters | - |
This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters.
Data type | - |
---|---|
Parameters | - |
This attribute specifies style information for the current element.
Data type | - |
---|---|
Parameters | - |
This attribute offers advisory information about the element for which it is set.
Data type | - |
---|---|
Parameters | - |
This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown.
Data type | - |
---|---|
Parameters | - |
Occurs when the pointing device button is clicked over an element.
Data type | - |
---|---|
Parameters | - |
Occurs when the pointing device button is double clicked over an element.
Data type | - |
---|---|
Parameters | - |
Occurs when the pointing device button is pressed over an element.
Data type | - |
---|---|
Parameters | - |
Occurs when the pointing device button is released over an element.
Data type | - |
---|---|
Parameters | - |
Occurs when the pointing device is moved onto an element.
Data type | - |
---|---|
Parameters | - |
Occurs when the pointing device is moved while it is over an element.
Data type | - |
---|---|
Parameters | - |
Occurs when the pointing device is moved away from an element.
Data type | - |
---|---|
Parameters | - |
Occurs when a key is pressed and released over an element.
Data type | - |
---|---|
Parameters | - |
Occurs when a key is pressed down over an element.
Data type | - |
---|---|
Parameters | - |
Occurs when a key is released over an element.
Data type | - |
---|---|
Parameters | - |
This attribute, which must be an integer > 0, specifies the number of columns in a column group. In the absence of a span attribute, each colgroup defines a column group containing one column. If the span attribute is set to N > 0, the current colgroup element defines a column group containing N columns. User agents must ignore this attribute if the colgroup element contains one or more col elements.
Data type | nonNegativeInteger |
---|---|
Parameters | - |
This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form 0* (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the column's contents. This implies that a column's entire contents must be known before its width may be correctly computed. Authors should be aware that specifying 0* will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a col element.
Data type | - |
---|---|
Parameters | - |
Specifies the alignment of data and the justification of text in a cell.
Data type | enum |
---|---|
Parameters | - |
This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute.
Data type | - |
---|---|
Parameters | - |
When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute.
Data type | integer |
---|---|
Parameters | pattern: [0-9]+% |
Specifies the vertical position of data within a cell.
Data type | enum |
---|---|
Parameters | - |