Tables

Table element
Column headers
Rows
Last updated

Last updated
<table>
</table> <thead>
<th>Type</th>
<th>Location</th>
<th>Number</th>
<th>Residents</th>
</thead> <tbody>
<tr>
<td>Lion</td>
<td>NE</td>
<td>4</td>
<td>Dee, Zena, Faustino, Maxwell</td>
</tr>
</tbody> <table>
<thead>
<th>Type</th>
<th>Location</th>
<th>Number</th>
<th>Residents</th>
</thead>
<tbody>
<tr>
<td>Lion</td>
<td>NE</td>
<td>4</td>
<td>Dee, Zena, Faustino, Maxwell</td>
</tr>
</tbody>
</table>