Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Navs

Bootstrap 5 Navs

Bootstrap provides an easy way to create navigation menus.

Basic Nav

Add the .nav class to a <ul> element, and .nav-item to the <li>. Add .nav-link to the <a>.

Nav Types

  • .nav-tabs - Turns the menu into tabs
  • .nav-pills - Turns the menu into pills (buttons)

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics