1.

Which style button that should open navbar on small screens?(a) .navbar-toggle(b) .navbar-text(c) .navbar-static-top(d) .navbar-rightThe question was posed to me in final exam.The query is from Responsive Overview topic in division Advance HTML of HTML

Answer»

Right option is (a) .navbar-toggle

The best I can explain: .navbar-toggle styles button that should OPEN navbar on small screens, often used together with three .icon-bar classes to INDICATE a toggleable menu icon, .navbar-text vertical ALIGN any elements inside navbar that are not links. Left, top and right borders from the nav bar can be removed by .navbar-static-top. ALIGNMENT of nav links, text and BUTTONS in the nav bar to the right can be done by .navbar-right.



Discussion

No Comment Found

Related InterviewSolutions