I don't understand the question?

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<h2>CatPhotoApp</h2>

<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>
<p2> "kitty ipsum"</p2>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0.1; SM-N910C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Hi @Fodo !

Welcome to the forum!

I would reset the lesson.

Your first task is to create a new set of p tags with this additional text.

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.

<p>
ADDITIONAL TEXT GOES HERE
</p>

This is not valid html syntax

The second part of the task is to place those p tags inside the main tags.

Hope that helps!

1 Like

Tell us what’s happening:
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>
<p2>kitty ipsum dolor sit amet shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip  eat the grass sniff. </p2>
</main>
 **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 6.0.1; SM-N910C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.


p2 is not a valid HTML5 tag
The lesson also asked you to use some kitty ipsum text, not copy the existing kitty ipsum text

When these issues are corrected the tests pass.

This question asked 3h ago and answered thoroughly by jwilkins.oboe

Hi @Fodo !

Can you please reply back to this thread and let us know what you don’t understand about the problem and how we can assist you better?

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