Paragraph tag and main

Tell us what’s happening:

the problem keeps telling me to include closing tags for my p elements even though my p elements do include the closing tags. The problem also was telling me that the closing main tag should come after the second closing paragraph tag but I thought I had done that to.

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 scracthed sunbathe, shd everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</P>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; SM-T510) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Could the error be thrown because the last closing tag is in uppercase?

1 Like

Hey @mbecker!
Welcome to the Forum!

The p closing tag is uppercase.

2 Likes

yeah that was the problem ol

1 Like