HTML 101
Tables (continued)
Column Headers
<tr>
<th scope="col">Name</th>
<th scope="col">Instrument</th>
</tr>
Row Headers
<tr>
<th scope="row">Luis</th>
<td>All of them</td>
</tr>