It wont let me move on with the lessons when i'm very confident i'm doing it right

Tell us what’s happening:
It is telling me that my code needs Each of your p elements to have a closing tag and I’ve gone over it multiple time and it does, and it wont let me move on can you help me and see if i’m missing something.

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Kitty ipsum dolor</p>
<P> Purr jump eat</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13505.100.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.142 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

1 Like

Change it to a small p and it will work.

When you write paragraphs with big P, then it’s not a paragraph I would guess.

2 Likes

amejl172 is spot on here. caps matters in everything, especially since there is a computer grading your accuracy

1 Like

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