Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

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>
by

1 Answer

sam5epi0l
Please specify the level and lesson for context.

Login / Signup to Answer the Question.