| Tag | Purpose | ||
|---|---|---|---|
| TABLE | Start and end entire table | ||
| TR | Start and end each row | ||
| TH | Special column header formatting | ||
| TD | Start and end each data cell | ||
| COLSPAN allows a cell to span multiple columns. | |||
| ROWSPAN | ROWSPAN allows a column to span multiple rows. | ||
| This is a ROWSPAN example. | |||
| Tables can be nested. |
| ||