Simple Table border="0"
| row 1 cell 1 | row 1 cell 2 |
| row 2 cell 1 | row 2 cell 2 |
| row 3 cell 1 | row 3 cell 2 |
|
Simple Table with Border
| row 1 cell 1 | row 1 cell 2 |
| row 2 cell 1 | row 2 cell 2 |
| row 3 cell 1 | row 3 cell 2 |
|
Simple Table with Border and Cell Padding
| row 1 cell 1 | row 1 cell 2 |
| row 2 cell 1 | row 2 cell 2 |
| row 3 cell 1 | row 3 cell 2 |
|
Simple Table with Border, Cellpadding and Cellspacing
| row 1 cell 1 | row 1 cell 2 |
| row 2 cell 1 | row 2 cell 2 |
| row 3 cell 1 | row 3 cell 2 |
|
Simple Table with Border, Cellpadding, Cellspacing, and table bgcolor
| row 1 cell 1 | row 1 cell 2 |
| row 2 cell 1 | row 2 cell 2 |
| row 3 cell 1 | row 3 cell 2 |
|
Simple Table with Border, Cellpadding, Cellspacing, cell bgcolor
| row 1 cell 1 | row 1 cell 2 |
| row 2 cell 1 | row 2 cell 2 |
| row 3 cell 1 | row 3 cell 2 |
|
Simple Table with Border, Cell Padding and colspan
| row 1 cell 1 |
| row 2 cell 1 | row 2 cell 2 |
| row 3 cell 1 | row 3 cell 2 |
|
Simple Table with Border, Cell Padding and colspan using align="center"
| row 1 cell 1 |
| row 2 cell 1 | row 2 cell 2 |
| row 3 cell 1 | row 3 cell 2 |
|
Simple Table with Border, Cell Padding and rowspan
| row 1 cell 1 | row 1 cell 2 |
| row 2 cell 2 |
| row 3 cell 1 | row 3 cell 2 |
|