Navigation
Navigation is a set of actions that guides a user throughout the app or website, enabling them to
interact with the product.
Top Navigation
This is an example of navigation bar at the top, usually placed in the header section of the web
page.
Use the class
Use the class
top-nav
in the <nav>
tag and top-nav-links
in the <ul>
tag.
Sub-navigation
Sub-navigation refers to the navigation UI that helps users access lower-level categories in the site's information architecture.
Use the class sub-navbar
in the <nav>
tag, subnav
in the sub-menu container tags. Use class subnavbtn
in the button tag and finally subnav-content
in the menu list.