Page Regions - Level 05
Page Regions
Instructions
The <nav>
element represents a navigation section like a main menu or a footer menu.
Inside the <nav>
element, links should be organized in a list to emphasize the menu structure. If a menu has submenus (e.g. dropdowns), multiple lists should be nested to convey the menu's hierarchy.
Create a <nav>
element containing an unordered list with two links. We intent to show this nav on each page of our website.
index.html
On your computer: Press + m to use the tab key for site navigation.
The editor is loading...