Could some one help me with this challenge

Hello Rubi,

You may please provide the code you tried by text(no screenshot for code please), also share the challenge link too?

So we could help you easier and faster, thanks.

Note: once you paste yo ucode, select you code, and ctrl + shift + C to format it as code block, thanks.

you added a new p tag and you added the main tag but you put both in the wrong place.

i suggest you reset your code (there is a button to do this) and then add the new p tag immediately after the existing p tag
then put your main opening above all the code and your main closing tag below all the code.
That way all the code will be inside the main

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.

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

the main element should have two paragraph elements as children,this are the challenge I don't understand. hope fully you know what I mean

sorry I just copy paste the code, but when I send to you as a reply it show up just as the result

go back to your post and edit the code you posted in the forum by adding a line above with three backticks and a line below with three backticks . This will allow us to see it.

```
put your code here
```

Kitty Ipsum text

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

and the challenge is ,the main element should have two paragraph elements as children

<p>Kitty Ipsum text</p>
<main><p>Purr jump eat the grass rip the couch scratched,shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched</p></main>

the main element should have two paragraph elements as children,this is the challenge I cant pass yet

so you see how your first line is a p tag followed by a main tag in the second line?

Does it make sense to have the p first?

The main tag is supposed to be first , followed by the 2 p tag

Also please don’t change the original code unless you are asked to specifically.
(you may want to reset the code again and this time add the new p tag and main tag in the correct spots)