Adding an hr tag

I have got to Applied Visual Design: Create a Horizontal Line Using the hr Element and have the following code:

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

but when I run the test I’m getting the error The hr tag should come between the title and the paragraph.

The instructions say to add the hr tag under the h4, and I assume title refers to the h4.

I’m not sure what else I can do…

It’s a bug. There is a way to trick the test into passing if you search the forums. Otherwise just skip it for the minute, your code is fine.

1 Like