This page shows some examples of using the “table” tag in HTML.
Table example 1:
| 1,1 | 1,2 | 1,3 |
| 2,1 | 2,2 | 2,3 |
Table example 2, with col span:
| 1,1 | 1,2 and 1,3 | |
| 2,1 | 2,2 | 2,3 |
Table example 2, with row span:
| 1,1 and 2,1 | 1,2 | 1,3 |
| 2,2 | 2,3 |
Official Reference: http://www.w3.org/TR/REC-html40/struct/tables.html
Related essays: