Attribute Name | Description |
---|---|
rowspan | Specifies the number of rows spanned by the current cell. The default value of this attribute is one ("1"). The value zero ("0") means that the cell spans all rows from the current row to the last row of the table section |
colspan | Specifies the number of columns spanned by the current cell. The default value of this attribute is one ("1"). The value zero ("0") means that the cell spans all columns from the current column to the last column of the column group (COLGROUP) in which the cell is defined |
nowrap | When present, this boolean attribute tells visual user agents to disable automatic text wrapping for this cell. Note. if used carelessly, this attribute may result in excessively wide cells. |
align | Specifies the alignment of data and the justification of text
in a cell. Possible values: left|center|right|justify |
valign | This attribute specifies the vertical position of data within a cell.
Possible values: top|middle|bottom|baseline |
bgcolor / background | Defines background color of the row |