Help HTML5 Elements introduction

Tell us what’s happening:
The unchecked tasks:
make sure each of the P elements has a closing tag ? they do from my perspective.
And
The closing main tag should come after the second closing paragraph tag. which again looks to me like its done.
Any Help would be greatly appreciated

Your code so far


<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.13; rv:60.0) Gecko/20100101 Firefox/60.0.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements/

Make sure your tags are lowercase.

1 Like

Your last p tag is in uppercase. Fix it.