×

Multiple-Choice Questions

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

14. Which of the following is the correct way of creating a navigation tab in bootstrap?

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

Answer

The correct answer is: B) <ul class='nav navtabs'>

Explanation

In bootstrap, you can create a standard navigation tab using <ul class="nav navtabs">

Comments and Discussions!

Load comments ↻






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