Developers
What developers should take into consideration when writing code.
<table summary="some summary here">
<caption>Concerts</caption>
<tr>
<td></td>
<th scope="col">Date</th>
<th scope="col">Event</th>
<th scope="col">Venue</th>
</tr>
<tr>
<th scope="row">09:00 - 11:00</th>
<td>12 Feb</td>
<td>Waltz with Strauss</td>
<td>Main Hall</td>
</tr>
[…]
</table>Focus vs Focus-within
Semantic HTML5
Last updated
Was this helpful?