Need help checkin my work for anything i have done wrong

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

i have done everything i was asked to do in the challange but i still cant move to the next task
Your code so far


<h2>CatPhotoApp</h2>

<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> 
 <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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Hello there @frankli this is the cause of the test failing.

Whenever using elements that have opening and closing tags, ensure to let the characters match because these little bugs can become hard to find in larger documents and you might get a headache.

Hope this helps. Happy coding :+1:!

Hello @teamie I think your code have too many p tag. this just need 2 p tags, the first p is : Kitty ipsum … and the second p is : Purr jump …
Then you create a main element and nest only the two p elements inside it .

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