1.

Discuss Bootstrap table and various classes that can change the appearance of the table.

Answer»
  • A BASIC Bootstrap 4 table features HORIZONTAL divisions and light padding.
  • The .table class GIVES a table some basic styling.
  • The .table-striped class gives zebra stripes to the table.
  • The .table-bordered class adds borders to the table and CELLS on all sides.
  • On table rows, the .table-hover class adds a hover effect (grey background color).

Here is how the zebra-striped table LOOKS like:



Discussion

No Comment Found