Need help with Social Networking Profile

<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.
  • Interests
    1. Playing games
    2. Watching netflix
    3. Listening to music
   </ul>
<do not remove the three backticks above>

i don’t see you nested a unordered list (<ul>) inside a unordered list (<ul>) so the error message kind of makes sense

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

Good to hear you fixed it, one more tip use markup to make your code show:

You can use single backticks if you want inline:

`<ul>`

see how i use backticks around ul? This will make it show on the forum

Thank you again! I appreciate the help.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.