Can't pass when in step 8 in Applied Visual Design lesson

in lesson 8 of Applied Visual Design: Create a Horizontal Line Using the hr Element

I can’t get pass when add


tag on line 31, just after and before

, why?

<div class="cardText">
  <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>

it is a bug in the challenge.
for Pass this challenge. follow these steps.

swap them < p >< em > to < em >< p >.Then use the hr tag between the title and paragraph.
1 Like

Even though this lets you pass the challenge, it is not a proper syntax.
So, just skip it and move on to next challenge.

1 Like