Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Tell me how will you create a vertical pills navigation menu?



Tell me how will you create a vertical pills navigation menu?..

Answer / Maneesh Maurya

To create a vertical pills navigation menu in Bootstrap, you can use the Nav Pills and Nav classes along with the orientation-vertical utility class. Here's an example:n```htmln<nav>n <ul class="nav nav-pills flex-column">n <li class="nav-item">n <a class="nav-link active" href="#">Home</a>n </li>n <li class="nav-item">n <a class="nav-link" href="#">Features</a>n </li>n <li class="nav-item">n <a class="nav-link" href="#">Pricing</a>n </li>n </ul>n</nav>n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Bootstrap Interview Questions

How to create thumbnails using Bootstrap?

1 Answers  


Which class is used for pagination in bootstrap?

1 Answers  


Please consider the html code snippet below.<Button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="my title">hover over me</button> what is missing for a tooltip to show properly?

1 Answers  


What are glyphicons in bootstrap?

1 Answers  


Do you know what is bootstrap well?

1 Answers  


Can you put a listgroup within bootstrap panel?

1 Answers  


What are advantages of bootstrap development?

1 Answers  


What are bootstrap panels?

1 Answers  


What do you mean by normalize in bootstrap?

1 Answers  


Tell me can you put a table within bootstrap panel?

1 Answers  


What is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?

1 Answers  


Tell me what are glyphicons?

1 Answers  


Categories