Please ignore. It's solved --- Test failed ; Each of your p elements should have a closing tag. I have put this!

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

CatPhotoApp

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.


<h2>CatPhotoApp</h2>

<main>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</P>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:87.0) Gecko/20100101 Firefox/87.0.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

hello @miho.k

The closing tag of the second paragraph is in uppercase where as it should be lowercase to pass the test.

Instead of </P> you should write </p>

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.