Tabel numerieke data testpagina
Overzicht van het element in mogelijke structuren om te testen.
Tests
Visueel voorbeeld:
Table header heading | Value |
---|---|
Lorem ipsum | 52,12 |
Lorem ipsum | 110,00 |
Lorem ipsum | 2,00 |
Totaal | 164,12 |
HTML-voorbeeld:
<div class="horizontal-scroll">
<table>
<caption>Tabelvoorbeeld met selectievak:</caption>
<thead>
<tr>
<th scope="col"><input type="checkbox"></th>
<th scope="col">Table header heading</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox"></td>
<td>Ipsum</td>
</tr>
</tbody>
</table>
</div>