<table>

<tr>

<th>Firstname</th>

<th>Lastname</th>

<th>Date of Birth</th>

</tr>

<tr>

<td>Joe</td>

<td>Bloggs</td>

<td>12/01/1970</td>

</tr>

</table>

If we want to add more rows of data, we simply repeat this process of adding rows below rows until we have added all of the necessary information.