1. Border = 1
| Cell 1 | Cell 2 | Cell 3 |
2. Border = 0
| Cell 1 | Cell 2 | Cell 3 |
3. Relative width
| Cell 1 | Cell 2 | Cell 3 |
4. Centered table
| Cell 1,1 | Cell 1,2 | Cell 1,3 |
| Cell 2,1 | Cell 2,2 | Cell 2,3 |
5. Cellpadding =10
| Cell 1 | Cell 2 | Cell 3 |
6. Cellspacing = 10
| Cell 1,1 | Cell 1,2 | Cell 1,3 |
| Cell 2,1 | Cell 2,2 | Cell 2,3 |
7. Border=10, cellspacing=0, cellpadding=5, bordercolor=black, bgcolor=yellow
| Cell 1 | Cell 2 | Cell 3 |
8. Cells with different width and height
| Cell 1,1 | Cell 1,2 | Cell 1,3 |
| Cell 2,1 | Cell 2,2 | Cell 2,3 |