Tell me how will you create a tabbed navigation menu?
Answer / Sudhir Kumar
To create a tabbed navigation menu in Bootstrap, use the nav-tabs and tab-content classes. Here's an example: <ul class="nav nav-tabs" id="exTabExample1">n <li class="nav-item">n <a class="nav-link active" href="#tab1" data-toggle="tab">Home</a>n </li>n <li class="nav-item">n <a class="nav-link" href="#tab2" data-toggle="tab">Profile</a>n </li>n <li class="nav-item">n <a class="nav-link" href="#tab3" data-toggle="tab">Settings</a>n </li>n</ul>n<div class="tab-content">n <div class="tab-pane active" id="tab1">...n </div>n <div class="tab-pane" id="tab2">...n </div>n <div class="tab-pane" id="tab3">...n </div>n</div>
| Is This Answer Correct ? | 0 Yes | 0 No |
What is bootstrap container in bootstrap?
What are the typography and links in bootstrap?
what are the steps for creating basic or vertical forms?
What is Contextual classes of table in Bootstrap?
What are the steps to create a progress bar using bootstrap?
Explain what is the use of Bootstrap Carousel plugin?
How to order columns in bootstrap?
Explain the typography and links in Bootstrap?
Which class is used for pagination in bootstrap?
What is column offset in bootstrap?
What dependencies does Bootstrap require for it to work properly?
What is bootstrap 4 alerts?