Bootstrap provides an easy way to create navigation menus.
Add the .nav class to a <ul> element, and .nav-item to the <li>. Add .nav-link to the <a>.
.nav-tabs - Turns the menu into tabs.nav-pills - Turns the menu into pills (buttons)Edit the code below and click Run to see the result live.