I am stuck on an exercise

Tell us what’s happening:
Describe your issue in detail here.
You should have 2 p elements with Kitty Ipsum text.

Each of your p elements should have a closing tag.

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

Your code should have one main element.

The main element should have two paragraph elements as children.

The opening main tag should come before the first paragraph tag.

The closing main tag should come after the second closing paragraph tag.

  **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> Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p2> </main>

  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15

Challenge: Introduction to HTML5 Elements

Link to the challenge:

This is not a valid tag.

Hey,

I think your issue is from the < p2 > tag.
If you change it to the regular < p > tag it should work :+1:

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