I can't do it please help

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
<h1>Hello World</h1>
<p>Hello paragraph</p>
<p>Hello paragraph</p>
</main>

<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>
</main>
<main>
<p>Pur 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 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) coc_coc_browser/89.0.124 Chrome/83.0.4103.124 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

1 Like
<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>
1 Like

i still not pass please help

1 Like

delete

<main>
<h1>Hello World</h1>
<p>Hello paragraph</p>
<p>Hello paragraph</p>
</main>

<main>


</main>

keep the h2 element that contains "CatPhotoApp, and the two p elements that contain kitty ipsum text.
put the main element around the p elements and change the second katt text to Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

add the text ’ Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
in the p so it doesn’t contain the wrong katt text.

<p>Pur jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

move the <main> so it contains both p elements in it.