It has been difficult to pass this challenge

 HERE IS THE CHALLENGE

------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 .
------ You need 2 p elements with 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

And i did this, but i am yet to pass the challenge. please i need help, i have been stuck here for three days now. Thanks

challenge

please use the ask for help button so that your code will be included correctly formatted - or post your code in a new post here wrapped in backticks so that it stays visible as code

1 Like

please, i have edited it. help me out

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

You are not using a main tag

Also, please add your whole code surrounded by backticks, not a screenshot

1 Like

I have made a different post.

what is a main tag then? i have use <body> tag

please give me an idea of a main tag:sob::sob::sob::sob::sob::sob::sob::sob::sob::sob::pray::pray::pray::pray::pray::pray::pray:

i have done exactly that.

But your code is not there… use backticks to format your code

You just need a main tag:

<main>
</main>

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main

1 Like

thanks alot.it just worked now

did you complete the challenge?