Complete the nested list.

<html>
 <body>
  MLB Stats
  <ul>
   <li>MLB Power Ranking
    <ol>
     <li>Cubs</li> 
    </ol>
   </li>
  </ul>
 </body>
</html>]]>

Make sure to type </li>.