Create the opening tag for the ordered list.

<html>
<body>
  Travel Destinations
  <ol>
   <li>Miami</li>
   <li>Vienna</li>
   <li>Tokyo</li>
  </ol>
</body>
</html>]]>

Make sure to code <ol>.