HTMLvsHTML5<main></main>

I don’t know any English so everyone help me, please
Thanks you!


Describe your issue in detail here.

  **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.</p>
<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>
  **Your browser information:**

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

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Don’t worry about it. We have people from all over the world, we all try to be patient with each other. If you’re patient with us, we’ll be patient with you. :wink:

Your failing test says:

Your p element should contain the first few words of the provided additional kitty ipsum text.

This is because the instructions say:

Create a second p element with the following kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

But you copied the other paragraph (p). That is OK but they want you to use different text, the text they gave you above that starts with, “Purr jump eat the grass…” That is what should be in the second paragraph.

If I fix that, the test passes for me.

If that wasn’t good enough of an explanation, please let us know what is still confusing you.

1 Like

they request to create second p . and put the first p and socond p in main. it’s like this:

image

by the way my English is not so good also , but just persist to learn , don’t give up you will improve it . :grin:

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