What's wrong with this webpage?

<html>
<body>
  Travel Destinations
  <ol>
   <li>Miami</li>
   <li>Vienna</li>
   <li>Tokyo</li>
  </ol>
</body>
</html>]]>
NothingThe <ol> and </ol> tags are in the wrong positionIt misses a closing HTML tagThe <li> and </li> tags are in the wrong position

Nothing is wrong with the webpage.