answersLogoWhite

0

You create a table row using the TR tag...

<table>

<!-- ROW 1 -->

<tr>

<th>X</th>

<th>Y</th>

</tr>

<!--ROW 2-->

<tr>

<td>Tom</td>

<td>Sue</td>

</tr>

</table>

User Avatar

Wiki User

14y ago

What else can I help you with?