Tables
Table Basic
code
This is the standard default table mark-up: table > tbody > tr > td. It is responsive up to a meidum screen size where scroll bar will be seen and the user can scroll across.
Table Bordered
code
This is the bordered table mark-up: div class="table-bordered" > table > tbody > tr > td. It is responsive up to a meidum screen size where scroll bar will be seen and the user can scroll across.
Table Striped
code
This is the bordered table mark-up: div class="table-striped" > table > tbody > tr > td. It is responsive up to a meidum screen size where scroll bar will be seen and the user can scroll across.