How many nested lists does the unordered list contain?

2104<html>
 <body>
  <ul>
   <li>Best Comic Book Movie
    <ol>
     <li>Avengers Endgame</li> 
    </ol>
   </li>
   <li>Best Sci-Fi Movie
    <ol>
     <li>Moon</li> 
    </ol>
   </li>
  </ul>
 </body>
</html>]]>

Make sure to pick 2.