Home » HTML » Html miscellaneous » Question
  1. Which of the following makes a table more compact?
    1. .table-bordered
    2. .table-condensed
    3. .table-responsive
    4. .table-hover
    5. 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.



Your comments will be displayed only after manual approval.