简单的表
虽然样式效果可能因主题而异,但 .table 类用于为应用程序中的表创建统一且一致的外观:
<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>