Which class is used to indicate Black Navigation Bar ?
A) .navbar-inverse
B) .navbar-black
C) .navbar-dark
D) .navbar-default
Answers
Answered by
1
Inverted Navigation Bar. If you don't like the style of the default navigation bar, Bootstrap provides an alternative, black navbar:.
Answered by
0
Which class is used to indicate Black Navigation Bar ?
A) .navbar-inverse
B) .navbar-black
C) .navbar-dark
D) .navbar-default
The answer is option A) .navbar-inverse
Explanation:
.navbar-inverse class is used to indicate Black Navigation Bar.
.navbar-inverse is used to display in black color. navbar-inverse provides black background navbar.
To create an inverted navbar with a black background and with white text, simply add the .navbar-inverse class to the .navbar class.
Similar questions