<table class="table table-striped">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Product</th>
<th scope="col">Price</th>
<th scope="col">Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Laptop</td>
<td>$800</td>
<td>10</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Smartphone</td>
<td>$500</td>
<td>15</td>
</tr>
</tbody>
</table>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.