Introduction to HTML5 Elements-main element

I cannot get passed this level. I followed the video and read the forums but I do not see what I am missing.

You need 2 p elements with Kitty Ipsum text.

Make sure each of your p elements has 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.

CatPhotoApp

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

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

```

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134.

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

Instead of inserting rendered html you need to show us your code.

Select your code and hit preformatted text icon in your editor.

1 Like

Ok I will try that. I appreciate your help.

That was a huge help thank you!

Glad I was able to help you :slight_smile: