twitter-bootstrap
Tabellen
Suche…
Einfache Tabelle
Die Stileffekte können je nach Thema variieren. Mit der .table-Klasse wird ein einheitliches und konsistentes Erscheinungsbild für Tabellen in einer Anwendung erstellt:
<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
Lizenziert unter CC BY-SA 3.0
Nicht angeschlossen an Stack Overflow