Assemble the code snippets to complete the last list item.

<html>
<body>
  Lakes to see
  <ul>
   <li>Lake Tanganyika</li>
   <li>Lake Superior</li>
   <li>Loch Lomond</li>
  </ul>
</body>
</html>]]>

Make sure to start with the opening tag,<li>, continue with the text, and finish with the closing tag, </li>.