i find it diffcult here

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

**Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p>Kitty ipsum</p>
<p>Purr ump eat the grass rip the couch scratched sunbathe, shed everywhere rip the coch sleep in the sink fluffy fur catnip scratched.</p>
</main>
**Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 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.

It is just asking you to add another paragraph
To add a paragraph, just do this!

<p>This is a paragraph</p>

ok. your on the right track. they want 2 p elements

between 1 main element .

O-MAIN-ELEMENT

O-P-ELEMENT
(dont change)
C-P-ELEMENT

O-P-ELEMENT
(new)
C-P-ELEMENT

C-MAIN ELEMENT

*Try to type out what they want written to hone your typing skills (this will only help you. You will never get worse at anything you work to improve. ONLY BETTER!).
If your still having problems. Its probably a typo somewhere. Proof read your code.
(99% of problems you will experience will probably be typos)
if your having problems still,
try to COPY and PASTE
what they want to be written inside the 2nd p element.
you should NOT have to alter your code that is already written.
Just add to it!

I hope this was helpful

It looks like you have it right other than in the first p element you deleted everything after “ Kitty ipsum” that was there before you changed the code.

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