Bootstrap Navbar Basics
The Bootstrap navbar is a responsive navigation bar that collapses into a hamburger menu on small screens. The base structure uses .navbar with a color scheme class (.navbar-dark or .navbar-light) and a background class.
Key Classes
.navbar-brand marks the logo/brand name. .navbar-nav contains the navigation links. .nav-item and .nav-link style the individual links. .navbar-toggler creates the mobile hamburger button.