Error with header and paragraph

Tell us what’s happening:
I am unable to move forward with the paragraph code. It keeps giving me errors.

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.
<p2>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
    <p3>Purr jump eat the grass  the couch scratched sunbathe, shed everywhere riprip the couch sleep in the sink fluffy fur catnip scratched.</p3>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36.

Good try. There is no such thing as p2 and p3 tags though. Any additional p tags created after the first one is still p.

Also you just need two paragraphs. I would remove the 2nd one you have since it’s a duplicate of the first one.

1 Like