<Below this line, add a link to the EXACT exercise that you are stuck at.>
I am stuck on exercise 5, Social Networking Profile. I am not sure what I am doing wrong here.
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
I am getting the error “Make sure you have at least one unordered list inside your unordered list of profile sections!”
```
Nolan
I am 23, male, and I am from Plano.
I am interested in Paintball and Video Games.
I have a job at the moment
"There is nothing to fear, except running out of beer"
I have lived in Richardson, Plano, and Lewisville.
Thanks, I fixed it and. I was changing the second (<ul>) to (<ol>) because the other error it was giving me was I needed the (<ul>) nested inside. Turns out I just read it wrong and it needed both a (<ul>) and(<ol>) nested inside a (<ul>)