1.

Which of the following shown collapsible content by default?(a) .dropdown-header(b) .collapse(c) .collapse.in(d) .panel-collapseThis question was addressed to me during an interview.My question is based upon Responsive Overview topic in chapter Advance HTML of HTML

Answer»

The correct option is (c) .collapse.in

The best explanation: .collapse.in shows collapsible content by default, .PANEL-collapse shows collapsible panel, TOGGLE between hiding and showing panel, .collapse INDICATES collapsible content which can be hidden or SHOWN on demand. .dropdown-header CLASS add header inside dropdown menu.



Discussion

No Comment Found

Related InterviewSolutions