Bootstrap Question:
Do you know how you can create Nav elements in Bootstrap?
Answer:
Bootstrap offers various options for styling navigation elements all of them use the same markup and base class .nav.
To create Tabular Navigation or Tabs
Start with a basic unordered list with the base class of .nav
Then add class .nav-tabs
To create Tabular Navigation or Tabs
Start with a basic unordered list with the base class of .nav
Then add class .nav-tabs
Previous Question | Next Question |
Tell me what is column ordering and how it works? | Tell me which class is used for basic button group? |