-
Which of the following makes a table more compact?
-
- .table-bordered
- .table-condensed
- .table-responsive
- .table-hover
- None of these
Correct Option: B
.table-condensed makes a table more compact by cutting cell padding in half, .table-hover creates a hoverable table by adding grey background color on table rows on hover, .table-responsive makes table responsive by adding the horizontal scrollbar when needed.