Basic HTML and HTML5: Nest Many Elements within a Single div Element-1

I’m having trouble with the closing tag on the dive element. What am I doing wrong?

Here is my code:

<div></

<p>Things cats love:</p>

<ul>

<li>cat nip</li>

<li>laser pointers</li>

<li>lasagna</li>

</ul>

<p>Top 3 things cats hate:</p>

<ol>

<li>flea treatment</li>

<li>thunder</li>

<li>other cats</li>

<div></

First of all, be sure to format your code, and post a link to the exercise you are working on.

It looks like your first line has an unknown and incomplete closing tag. </
Your last line should also have slash infront of div like this </div> and remove </