The following table has both row and column headers.
| X | col1 | col2 | col3 | col4 |
|---|---|---|---|---|
| row1 | cell1 | cell2 | cell3 | cell4 |
The following table is missing row headers.
| col1 | col2 | col3 | col4 |
|---|---|---|---|
| cell1 | cell2 | cell3 | cell4 |
The following table is missing column headers.
| row1 | cell1 | cell2 | cell3 | cell4 |
|---|---|---|---|---|
| row 2 | cell 1 | cell 2 | cell 3 | cell 4 |
The following table is missing both row and column headers.
| cell 1.1 | cell 1.2 | cell 1.3 | cell 1.4 |
| cell 2.1 | cell 2.2 | cell 2.3 | cell 2.4 |
| cell 3.1 | cell 3.2 | cell 3.3 | cell 3.4 |
$Date: 2000/11/08 08:17:33 $