Problem with challenge:Adding HR tag

Tell us what’s happening:
It’s from freecodechallenge
ERROR:The hr tag should come between the title and the paragraph.
What’s wrong?

  <h4>Google Alphabet</h4>
  <hr>

Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University

I think you’re right, but there is a known bug on this test. You’ll have to skip it and return to it later.

1 Like

Thank you very much,how to skip?

Just go back to curriculum and click on the next challenge/lesson.

Actually, there is a way to do it. All you have to do is to put <p> tag inside <em> and somehow it should work :slight_smile:

Oh yeah, I completely forgot that workaround.