×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

Which of the following is the correct way of creating a black navigation bar in bootstrap?

21. Which of the following is the correct way of creating a black navigation bar in bootstrap?

  1. <nav class='nav navbar-black'>
  2. <nav class='nav navbar-default'>
  3. <nav class='nav navbar-inverse'>
  4. <nav class='nav navbar-dark'>

Answer

The correct answer is: C) <nav class='nav navbar-inverse'>

Explanation

In bootstrap, you can create an inverted navigation tab using the .navbar-inverse class. It shows the navigation bar in black color.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.