Please help me ASAP

Tell us what’s happening:
I need help on how to make p-element to contain the first few words of the provided additional kitty Ipsum text. And the opening main tag should come before the first paragraph.

Your code so far


<h2>Cat Photo App</h2>
<main> <!-- opening of the main element-->
<p>Kitty ipsum dolor sitament, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p> Purr eat the grass rip the couch scrached sunbathe, shed everywhere rip the cough sleep in the sink fluffy fur catnip scratched.</p>
</main> <!-- closing of the main element-->

Your browser information:

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

Challenge: Introduction to HTML5 Elements

Link to the challenge:

I’ve removed the comments and substituted the content of the second p tag with the text given in challenge instructions

With these changes the challenge passes for me

Thank you very much.

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