Sehen Sie sich “Section 5 Topic 43” bis Topic 45” an.
<table>
<thead>
<tr>
<th>Numbers</th>
<th>Letters</th>
</tr>
</thead>
<tbody>
<tr>
<td>3</td>
<td>A</td>
</tr>
<tr>
<td>2</td>
<td>B</td>
</tr>
<tr>
<td>1</td>
<td>C</td>
</tr>
</tbody>
</table>
HTML| Numbers | Letters |
|---|---|
| 3 | A |
| 2 | B |
| 1 | C |