Closed al2b closed 3 years ago
For each nav :
<div id="main-nav" role="navigation" aria-label="Main"> <!-- content --> </div> ... <nav id="footer-nav" aria-label="Footer"> <!-- content --> </nav>
<header> <nav id="main-nav" aria-label="Main"> <!-- list of links to main website locations --> </nav> </header> ... <footer> <nav id="footer-nav" aria-label="Main"> <!-- list of links to main website locations --> </nav> </footer>
For each nav :