Recherche…


Tableau simple

Bien que les effets de style puissent varier en fonction du thème, la classe .table est utilisée pour créer une apparence uniforme et cohérente pour les tables d'une application:

<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
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow