mirror of
https://github.com/standardebooks/charles-darwin_the-origin-of-species.git
synced 2025-09-06 23:27:35 -04:00
Mark up table header with <th>
This commit is contained in:
parent
ad1f0d3638
commit
f8b92328c0
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td/>
|
<th/>
|
||||||
<td>Feet</td>
|
<th>Feet</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue