Which of the following bootstrap styles are used to create a vertical pills navigation?

Questions & AnswersCategory: Programming LanguageWhich of the following bootstrap styles are used to create a vertical pills navigation?
Adam asked 3 years ago

Which of the following bootstrap styles are used to create a vertical pills navigation?

a. .nav, .nav-tabs

b. .nav, .nav-pills

c. .nav, .nav-pills, .nav-stacked

d. .nav, .nav-tabs, .nav-justified

1 Answers
Lokesh Kumar Staff answered 3 years ago

c. .nav, .nav-pills, .nav-stacked

Explanation: A user can easily stack the pills vertically using the class with the help of using .nav-stacked along with the classes: .nav, .nav-pills. Therefore, the correct option will be (c ).