1<table class="table table-striped table-dark">
2  <thead>
3    <tr>
4      <th scope="col">#</th>
5      <th scope="col">First</th>
6      <th scope="col">Last</th>
7      <th scope="col">Handle</th>
8    </tr>
9  </thead>
10  <tbody>
11    <tr>
12      <th scope="row">1</th>
13      <td>Mark</td>
14      <td>Otto</td>
15      <td>@mdo</td>
16    </tr>
17    <tr>
18      <th scope="row">2</th>
19      <td>Jacob</td>
20      <td>Thornton</td>
21      <td>@fat</td>
22    </tr>
23    <tr>
24      <th scope="row">3</th>
25      <td>Larry</td>
26      <td>the Bird</td>
27      <td>@twitter</td>
28    </tr>
29  </tbody>
30</table>1Condensed Table
2The .table-condensed class makes a table more compact by cutting cell padding in half