<table>
<caption>My Hobbies</caption>
<thead>
<tr>
<td class="th">
Name
</td>
<td class="th">
Description
</td>
<td class="th">
Additional Resources
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="th">
Playing Soccer
</td>
<td>
Soccer is a team sport played between two teams of eleven players with a spherical ball.
</td>
<td>
<a href="https://en.wikipedia.org/wiki/Association_football">Wikipedia</a>
</td>
</tr>
<tr>
<td class="th">
Dancing
</td>
<td>
Dance is a performing art form consisting of purposefully selected sequences of human movement.
</td>
<td>
<a href="https://en.wikipedia.org/wiki/Dance">Wikipedia</a>
</td>
</tr>
<tr>
<td class="th">
Gardening
</td>
<td>
Gardening is the practice of growing and cultivating plants as part of horticulture.
</td>
<td>
<a href="https://en.wikipedia.org/wiki/Gardening">Wikipedia</a>
</td>
</tr>
</tbody>
</table>