I am trying to submit the code but it shows that didn't add second list item.
<!doctype html>
<html>
<head>
<title>My Webpage Title</title>
</head>
<body>
<!-- ordered lists -->
<h1>
List Of Animals
</h1>
<ol>
<li>
Monkey
</li>
<li>
Tiger
</li>
</ol>
</body>
</html>