I need help on how to nest the p element in to the main element

Tell us what’s happening:

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>Purr jum eat the grass riip 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 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Looks correct.
main
p /p
p /p
main

Thank you for your response, I have done this and still not allow me run the test with the clause,

Your p element should contain the first few words of the provided additional kitty ipsum text . wile all other test have been ticked

Hello @mustapha2 :wave:
Welcome to the forum!

You need to reset the code and copy the exact kitty ipsum text. You have some typos in the code you shared.


this should be jump

this should be rip


Happy coding!

1 Like

Like dewslyse said, make sure the kitty ipsum text provided in the exercise is correct. Instead of typing it out, just copy and paste it.

1 Like

When i run it is correct. maybe it is error.

1 Like

You are probably running it with the correct text.
But if you looks closely at what @mustapha2 wrote there are spelling errors like mentioned earlier.

1 Like

thank you i am fine now i have passed the stage.

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