twitter-bootstrap Tables Simple Table

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

While styling effects can vary depending on the theme, the .table class is used to create a uniform and consistent appearance for tables across an 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>


Got any twitter-bootstrap Question?