row-span | NN n/a IE n/a CSS 2 |
  | Inherited: No |
Sets the number of rows to be spanned by a table cell, row, or row group. Analogous to the ROWSPAN attribute of a TD or TH element. | |
CSS Syntax row-span: integer | |
Value Any positive integer representing the number of rows. | |
Initial Value 1 | |
Example #tallDrink {row-span: 3} | |
Applies To TD and TH elements and any other cell type of element. |