twitter-bootstrap
tabellen
Zoeken…
Eenvoudige tabel
Hoewel stijleffecten kunnen variëren, afhankelijk van het thema, wordt de klasse .table gebruikt om een uniforme en consistente weergave te creëren voor tabellen in een toepassing:
<table class="table">
<tr>
<th>Season</th>
<th>Doctor</th>
<th>Companion</th>
</tr>
<tr>
<td>1</td>
<td>Christopher Eccleston</td>
<td>Rose Tyler</td>
</tr>
</table>
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow