<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>
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.