Home »
MCQs »
Bootstrap MCQs
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?
- <ul class='navigationbar navtabs'>
- <ul class='nav navtabs'>
- <ul class='navigationbar navtabs-default'>
- <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">