<html>
<body>
Travel Destinations
<ol>
<li>Miami</li>
<li>Vienna</li>
<li>Tokyo</li>
</ol>
</body>
</html>]]>- Nothing
- The
<ol>
and </ol>
tags are in the wrong position - It misses a closing HTML tag
- The
<li>
and </li>
tags are in the wrong position Nothing is wrong with the webpage.