Mark up table header with <th>

This commit is contained in:
Anthony J. Bentley 2025-04-05 18:39:38 -06:00
parent ad1f0d3638
commit f8b92328c0

View file

@ -26,8 +26,8 @@
<table>
<thead>
<tr>
<td/>
<td>Feet</td>
<th/>
<th>Feet</th>
</tr>
</thead>
<tbody>