| 1. You must open a table with a table tag. |
2. You must open a tr (row) before opening any td (data cell). |
3. All information other than table tags must go in a data cell. |
| 4. You may have as many td in a row as you wish or have space for. |
5. Each row must have the same number of td as the other rows. More about later. |
6. You must close the preceding tr before opening another tr. |
| 7. you may have as many rows as you wish. |
|
8. you must close the table. |