How would you indicate that a cell in the following table is a column header?
<table>
<tr>
<td>Data</td>
</tr>
</table>
How would you indicate that a cell in the following table is a column header?
<table>
<tr>
<td>Data</td>
</tr>
</table>