Applied-visual-design: create-a-horizontal-line-using-the-hr-element

https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/create-a-horizontal-line-using-the-hr-element

I’m not able to complete this task.
It always give me this error
The hr tag should come between the title and the paragraph.
every time I run the test I tried the hint also but solution is same as mine.

      <h4><s>Google</s>Alphabet</h4>
      <hr />
      <p><em>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</em></p>
    </div>

There is a known bug in this challenge. If you pop up to the forum search bar, you’ll see several topics where people explain a workaround to make the the challenge pass. You can also just skip it and come back later when the test is fixed.

1 Like