I need help with the main tag. I'm a beginner

Tell us what’s happening:

i’m unable to get this particular main tag for the p element
i will appreciate any help on how to go about it

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p1>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p1>
<p2>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p2>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Hello @simplyoyin,
you don’t need <p1> and <p2>.
You have only to use <p> in all the cases!

1 Like

ok. I will correct that now
Thank you

1 Like

Hi

Remove the numbers from the p elements… no numbers.

1 Like