1. | Type <table>.
|
2. | If desired, press Return and Tab to visually distinguish the row elements. These won't affect display in the browser.
|
3. | Type <tr> to define the beginning of the first row.
|
4. | Type <td> to define the beginning of the cell.
|
5. | Type the contents of the cell.
|
6. | Type </td> to complete the cell.
|
7. | Repeat steps 46 for each cell in the row.
|
8. | Type </tr> to complete the row.
|
9. | Repeat steps 27 for each row.
|
10. | To finish the table, type </table>.


|