Coding problem introduction Need help urgently

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<Main>
<p>Kitty ipsum dolor </p>
<p>eat   grass sniff.</p>
</Main>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 7.1.1; SM-T355 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements/

You seem to have missed the instructions by quite a bit.

I would suggest you reset the code (there’s a button there to do that) and then try to follow the instructions again

Create a second p element after the existing 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.
Wrap the paragraphs with an opening and closing main tag.

Not understanding between where to where?

I suspect you haven’t really understood my response so I will try to rephrase.

Follow these instructions.

1- reset the code back to start (use the restart button on the page)
2- Add a 2nd <p> element with the full text of

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

3- Add a <main> tag that wraps around both paragraphs. That is, the start of the main tag is above the first paragraph, and the closing main tag is after the second paragraph.

Hope this clarifies the steps for you.