Skip to main content
Participant
March 21, 2018
Answered

I have errors as it shows how to correct errors

  • March 21, 2018
  • 1 reply
  • 316 views

I have errors as it shows how to correct errors

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Jon Fritz

The validator is getting confused by your code because you have some improperly nested elements.

Your <hr> and <a> tags need to be moved either outside of the <ul></ul> tagset, or into one of the <li></li> tagsets.

1 reply

Jon Fritz
Community Expert
Jon FritzCommunity ExpertCorrect answer
Community Expert
March 21, 2018

The validator is getting confused by your code because you have some improperly nested elements.

Your <hr> and <a> tags need to be moved either outside of the <ul></ul> tagset, or into one of the <li></li> tagsets.