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 pick <li>, followed by Loch Lomond, and finally </li>.