Tell us what’s happening:
Describe your issue in detail here.
i write code not complete challenge what is issue ? What is mistake?
<ol>
<li>things</li>
<li>cats</li>
<li>hate</li>
</ol>
<ul>
<li>Things</li>
<li>cats</li>
<li>love</li>
</ul>
**Your browser information:**
User Agent is: Mozilla/5.0 (Linux; Android 11; RMX1851) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36
Challenge: Create an Ordered List
You should have an ordered list for Top 3 things cats hate:
You should have an unordered list for Things cats love:
You should have only one ul
element.
You should have only one ol
element.
You should have three li
elements within your ul
element.
You should have three li
elements within your ol
element.
Your ul
element should have a closing tag.
Your ol
element should have a closing tag.
Your li
element should have a closing tag.
The li
elements in your unordered list should not be empty.
The li
elements in your ordered list should not be empty.