Name
tr
Synopsis
<tr>...</tr>
Defines a row of cells within a table. A table row element
contains no content other than a collection of table cells (td). Settings made in the tr element apply to all the cells in that
row, but individual cell settings override those made at the row
level.
Attributes
Core(id,
class, style, title),
Internationalization,
Events
-
align="left|right|center|justify|char" Specifies the horizontal alignment of text in a cell or cells. The default value is
left. Thealignattribute as it applies to table cell content has not been deprecated and appears in the Tables Module of the XHTML 1.1 Recommendation.-
bgcolor="#rrggbb"or"color name" Deprecated. Specifies a color to be used in the row. A row’s background color overrides the color specified at the table level.
-
char="character" Specifies a character along which the cell contents will be aligned when
alignis set tochar. The default character is a decimal point (language-appropriate). This attribute is generally not supported by current browsers.-
charoff="length" Specifies the offset distance to the first alignment character on each line. If a line doesn’t use an alignment character, it should be horizontally shifted to end at the alignment position. This attribute is generally not supported by current browsers.
-
valign="top|middle|bottom|baseline" Specifies the vertical alignment of text in the cells of a column. The
valignattribute as it applies to table cell content has not been deprecated and appears ...