How does Navigation bar looks in Bootstrap?

A navigation bar is used in every website to make it more user-friendly so that the navigation through the website becomes easy and the user can directly search for the topic of their interest.

Navbar: Bootstrap provide various types of navigation bar:

  • Basic Navbar
  • Inverted Navbar
  • Coloured Navigation Bar
  • Right-Aligned Navbar
  • Fixed Navigation Bar
  • Drop-Down menu Navbar
  • Collapsible Navigation Bar

A standard navigation bar is created with

<nav class="navbar navbar-default">.