1.

Which of the following makes a table more compact?(a) .table-responsive(b) .table-hover(c) .table-condensed(d) .table-borderedThe question was posed to me by my college director while I was bunking the class.My question is taken from Responsive Overview in chapter Advance HTML of HTML

Answer»

The correct option is (c) .table-condensed

Explanation: .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.



Discussion

No Comment Found

Related InterviewSolutions