<table>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Date of Birth</th>
</tr>
</table>
By default the header row is styled with bold and centred text to help add emphasis. Now that we have finished the header row, we can move on to our data rows, so we now simply add a new row (<tr>) directly below the closing tag of our previous row.