<table class="table">
<thead><tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr></thead>
<tbody><tr>
<td>Body 1</td>
<td>Body 2</td>
<td>Body 3</td>
</tr></tbody>
</table>
</td>
<td>
<table class="table">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1
</td>
<td>
Body 2
</td>
<td>Body 3</td>
</tr>
<tr>
<td>Body 1
</td>
<td>
Body 2
</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table p-Bordered</td>
<td>table table-bordered</td>
<td>
<p><pre><code><table class="table table-bordered"></code></pre>
</p>
</td>
<td>
<table class="table table-bordered">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1</td>
<td>Body 2</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table p-Hover</td>
<td>table table-hover</td>
<td>
<p><pre><code><table class="table table-hover"></code></pre>
</p>
</td>
<td>
<table class="table table-hover">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1</td>
<td>Body 2</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table p-Borderless</td>
<td>table table-borderless</td>
<td>
<p><pre><code><table class="table table-borderless"></code></pre>
</p>
</td>
<td>
<table class="table table-borderless">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1</td>
<td>Body 2</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table p-Separator</td>
<td>table table-separator</td>
<td>
<p><pre><code><table class="table table-separator"></code></pre>
</p>
</td>
<td>
<table class="table table-separator">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1</td>
<td>Body 2</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table p-NoSeparator</td>
<td>table table-noseparator</td>
<td>
<p><pre><code><table class="table table-noseparator"></code></pre>
</p>
</td>
<td>
<table class="table table-bordered table-noseparator">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1</td>
<td>Body 2</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table p-NarrowPadding</td>
<td>table table-narrowpadding</td>
<td>
<p>
<pre><code><table class="table table-narrowpadding"></code></pre>
</p>
</td>
<td>
<table class="table table-narrowpadding">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1
</td>
<td>
Body 2
</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table p-Small</td>
<td>table table-sm</td>
<td>
<p>
<pre><code><table class="table table-sm">
<thead class="thead-light"></code></pre>
</p>
</td>
<td>
<table class="table table-sm">
<thead class="thead-light">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1
</td>
<td>
Body 2
</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table p-XSmall</td>
<td>table table-xs</td>
<td>
<p>
<pre><code><table class="table table-xs">
<thead class="thead-dark"></code></pre>
</p>
</td>
<td>
<table class="table table-xs">
<thead class="thead-dark">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1
</td>
<td>
Body 2
</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table Thead Dark</td>
<td>table (thead: thead-dark)</td>
<td>
<p>
<pre><code><table class="table">
<thead class="thead-dark"></code></pre>
</p>
</td>
<td>
<table class="table">
<thead class="thead-dark">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1</td>
<td>Body 2</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table Thead Light</td>
<td>table (thead: thead-light)</td>
<td>
<p>
<pre><code><table class="table">
<thead class="thead-light"></code></pre>
</p>
</td>
<td>
<table class="table table-hover table-bordered">
<thead class="thead-light">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1</td>
<td>Body 2</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>Table Thead Transparent</td>
<td>table (thead: thead-transparent)</td>
<td>
<p>
<pre><code><table class="table">
<thead class="thead-transparent"></code></pre>
</p>
</td>
<td>
<table class="table">
<thead class="thead-transparent">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Body 1</td>
<td>Body 2</td>
<td>Body 3</td>
</tr>
</tbody>
</table>
</td>
</tr>
|