- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Bootstrap Pills
To turn the tabs into pills, use the class .nav-pills,
<ul class = "nav nav-pills">
You can try to run the following code to implement Bootstrap Pills:
Example
<!DOCTYPE html> <html> <head> <title>Bootstrap Example</title> <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet"> <script src = "/scripts/jquery.min.js"></script> <script src = "/bootstrap/js/bootstrap.min.js"></script> </head> <body> <h2>Subjects</h2> <ul class = "nav nav-pills"> <li class = "active"><a href = "#">Java</a></li> <li><a href = "#">WordPress</a></li> <li><a href = "#">JavaScript</a></li> <li><a href = "#">AngularJS</a></li> </ul> </body> </html>
- Related Articles
- Bootstrap Vertical Pills
- Bootstrap nav-pills class
- Pills with Dropdowns Bootstrap Example
- Vertically stack pills with Bootstrap
- Creating a Tabbed pills and Vertical pills navigation menu in Bootstrap
- Bootstrap 4 .card-header-pills class
- Style navigation pills inside the Bootstrap 4 card header
- The Risks of Taking Sleeping Pills
- Blood Pressure Pills Recalled Over Cancer Risk
- Difference Between Collagen Powder and Collagen Pills
- A woman uses pills A as a method of birth control (or preventing pregnancy). The pills A stop the ovaries from releasing ovum into oviducts. Another woman uses pills B as a method of birth control. The pills B kill the sperms and prevent pregnancy.(a) What do the pills A contain? (b) What is the common name of pills A? (c) What do the pills B contain? (d) What is the common name of pills B? (e) What is the general name of these methods of birth control?
- What Happens When You Stop Taking Birth Control Pills?
- Which is a safer contraceptive, birth control pills or IUD?
- How to buy abortion Pills Online: Step by Step Guide?
- Melatonin by Form: Pros and Cons of Pills, Gummies, and Liquids

Advertisements