Which list item has the highest number before it on the webpage?
<html>
<body>
Favorite Movies
<ul>
<li>Minions</li>
<li>Coco</li>
<li>Frozen</li>
</ul>
</body>
</html>]]>- This is an unordered list, so no items have numbers before them
- Minions
- Frozen
This is an unordered list, so no items have numbers in front.