×

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 navigation bar in bootstrap?

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

  1. <nav class='navigationbar navbar'>
  2. <nav class='nav navbar'>
  3. <nav class='navigationbar navbar-default'>
  4. <nav class='nav navbar-default'>

Answer

The correct answer is: D) <nav class='nav navbar-default'>

Explanation

Navigation bar is a navigation header placed on the top of the page to help users in navigating the web pages. In bootstrap, you can create a standard navigation bar using <nav class="nav navbar-default">

Comments and Discussions!

Load comments ↻






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