Typing Items into a Table

How you enter items into a table depends on whether you have already created the table or if you are still in the Table Wizard. If you are in the Table Wizard, you can type directly into the cell you want to contain the text. If you have already created the table and inserted it into your page, you will have to find the appropriate <td> and </td> tags to insert the text between. Each pair of these tags contains the text to be shown in each cell of the table. These are arranged in the code in the same order as they will be read in the table - top to bottom and left to right. You can see which cells will be in each row as all the cells in each row are enclosed by <trgt; and </tr> tags.