To align the text in a td to the top with CSS, we set the vertical-align
property.
For instance, we write
<td style="width: 259px; vertical-align: top">main page</td>
to set the vertical-align
property to top
to align the text in the td to the top.