<table summary="A table summary provides information about the organization and structure of the data in a table">
<caption>Insert caption here</caption>
<tr>
<th>Header 1</th>
<th>Header 2</th>
<th>Header 3</th>
</tr>
<tr>
<th>Row Header</th>
<td>Cell 1</td>
<td>Cell 2</td>
</tr>
<tr>
<th>Row Header</th>
<td>Cell 3</td>
<td>Cell 4</td>
</tr>
</table>
table {
border-collapse: collapse;
border: 1px solid #ccc;
}
table td,
table th {
border: 1px solid #ccc;
padding: 0.5rem;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.