サーチ…


シンプルテーブル

スタイリングエフェクトはテーマによって異なることがありますが、.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>


Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow