A table with a border of 1, two rows, three columns
| Row 1, Column 1 | Row 1, Column 2 | Row 1, Column 3 |
| Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |
Same table but with 12 pixel borders
| Row 1, Column 1 | Row 1, Column 2 | Row 1, Column 3 |
| Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |
| Row 1, Column 1 | Row 1, Column 2 | Row 1, Column 3 |
| Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |
Same table as above, but with first cell rowspanning two rows
| Row 1 and 2, Column 1 | Row 1, Column 2 | Row 1, Column 3 |
| Row 2, Column 2 | Row 2, Column 3 |
An example of COLSPAN
| Row 1, Column 1 | Row 1, Column 2 and 3 | |
| Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |
A table with large content in one cell.
| Row 1, Column 1. Here is lots of data again and again and again and again and again. Here is more data. Lots and lots. | Row 1, Column 2 | Row 1, Column 3 |
| Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |