| | ||||||||
| RowSpan and ColSpan: | These attributes indicate how many rows or columns this cell overlaps. |
| ROWSPAN: | The Rowspan is a feature of HTML that is useful when we want a column in a multiple row table to extend downward into the next row. The key element is the bolded bit td ROWSPAN = 2". |
| COLSPAN: | ColSpan is an attribute of the td tag. It tells the browser how many columns a cell should span. It is used with multi row tables. |