1.

What creates black navigation bar?(a) .navbar-inverse(b) .navbar-header(c) .navbar-form(d) .navbar-linkThe question was posed to me by my school principal while I was bunking the class.The question is from Responsive Overview in section Advance HTML of HTML

Answer»

Right OPTION is (a) .navbar-inverse

Easiest explanation: .navbar-inverse creates a black navigation bar instead of LIGHT grey, .navbar-header ADDED to container element that contains link or element that represent logo or header, .navbar-link styles an element to look LIKE link inside the navbar. Adding form elements inside the navbar to vertically center them is done by .navbar-form.



Discussion

No Comment Found

Related InterviewSolutions