//Tabs

The base .nav component does not include any .active state. The following examples include the class, mainly to demonstrate that this particular class does not trigger any special styling.

To convey the active state to assistive technologies, use the aria-current attribute — using the page value for current page, or true for the current item in a set.

Variants 𓃠

Navigation available in Bootstrap share general markup and styles, from the base .nav class to the active and disabled states. Swap modifier classes to switch between each style.
⟢ Nav pills ⤵

Take that same HTML, but use .nav-pills instead:

...
...
...
...
⟢ Nav underline ⤵

Take that same HTML, but use .nav-underline instead:

Tab Elements ⚡
↳ Example 1
↳ Example 2
↳ Example 3
🌈 Minting
↳ Example 4
↳ Example 5
↳ Example 6
25+ Pre-Made Demos