<table class="table caption-top">
<caption>This is caption-top example</caption>
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Second</th>
<th scope="col">Third</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Example 1</td>
<td>option</td>
<td>option</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Example 2</td>
<td>option</td>
<td>option</td>
</tr>
</tbody>
</table>
# | First | Second | Third |
---|---|---|---|
1 | Example 1 | option | option |
2 | Example 2 | option | option |
You don't need to remember all CSS classes. Just use the Bootstrap Editor instead.