Cells
<table>
<tr>
<th></th>
<th scope="col">Column A</th>
</tr>
<tr>
<th scope="row">Row 1</th>
<td>Cell A1</td>
</tr>
</table>
Table cells contain table data, which is represented using a <td>...</td>
element.
- Previous
- Next