Assemble these tags to create a link inside a list item.

<html>
<body>
  Menu
  <ul>
   <li><a href="index.html">Home</a></li>
  </ul>
</body>
</html>]]>

Start with <li> and the opening link tag, <a href="index.html">. Then add </a> and end with </li>.