The Bootstrap Navbar is a powerful, responsive navigation header. It provides a standard structure for site navigation, branding, and search, automatically adapting to mobile and desktop screen sizes.
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">My Site</a>
<!-- Navbar items go here -->
</div>
</nav>