Buscar..


Mesa simple

Si bien los efectos de estilo pueden variar según el tema, la clase .table se utiliza para crear una apariencia uniforme y consistente para las tablas en una aplicación:

<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
Licenciado bajo CC BY-SA 3.0
No afiliado a Stack Overflow