Another critical building block of a185 table is the table row, represented by the TR element (see Example 4-3).
<table width="90%" border="1" cellspacing="5" cellpadding="5"> <tr> </tr> </table>
Every table requires at least one row. Rows are the horizontal aspects of the table. Although this markup alone will not display in and of itself, I've added the necessary components so you can visualize the row clearly (see Figure 4-3).
You can add as many rows as your table requires.
For the next example, I've added two rows to provide you with an example of three rows within the table. I then added some more markup necessary to help visualize the three rows (see Figure 4-4).