Tables

Classic table

Company Contact Country
Alfreds Futterkiste Maria Anders Germany
Centro comercial Moctezuma Francisco Chang Mexico
Ernst Handel Roland Mendel Austria
Ernst Handel Roland Mendel Austria
  <table class="table">
    <thead>
    <tr>-s and <td>-s...
    </thead>
    <tbody
    <tr>-s and <td>-s...
    </tbody>
  </table>

Classic table with line

Company Contact Country
Alfreds Futterkiste Maria Anders Germany
Centro comercial Moctezuma Francisco Chang Mexico
Ernst Handel Roland Mendel Austria
Ernst Handel Roland Mendel Austria
<table class="table table-line">
  <thead>
    <tr>-s and <td>-s...
  </thead>
  <tbody
    <tr>-s and <td>-s...
  </tbody>
</table>