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>