How would you specify that a list is a navigation menu?
<___> <ul> <li>Home</li> </ul> </___>
Add a menu attribute to the <ul>
menu
<ul>
Add a nav attribute to the <ul>
nav
Use <nav> around the list
<nav>
Use <ul type="nav">
<ul type="nav">