Help me in my HTML Class

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.
// tests completed

What do i need to do…
Below is the instruction given and i have tried all i could still getting the same error.
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.
You need 2 p elements with Kitty Ipsum text.
Passed
Make sure each of your p elements has a closing tag.
Passed
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.

Go head and share your code so we can see what you did.

Make sure you format it by hitting pre-formatted icon in the editor.

1 Like

Thank you so much Shimphillip, i realised I didn’t add before the first paragraph and also i needed to close the after the second paragraph. Haven done that, I was able to proceed with a success report.

Please help i can’t get this solved…, I am missing
// running test
The footer tag should have an id attribute set to “footer”.
// tests completed

<h2>CatPhotoApp</h2>
<main>
  
  <a href="#footer"="http://freecatphotoapp.com" >Jump to Bottom</a>
  
  <img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">
  
  <p>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. Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
  <p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. 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.</p>
  <p>Meowwww loved it, hated it, loved it, hated it yet spill litter box, scratch at owner, destroy all furniture, especially couch or lay on arms while you're using the keyboard. Missing until dinner time toy mouse squeak roll over. With tail in the air lounge in doorway. Man running from cops stops to pet cats, goes to jail.</p>
  <p>Intently stare at the same spot poop in the plant pot but kitten is playing with dead mouse. Get video posted to internet for chasing red dot leave fur on owners clothes meow to be let out and mesmerizing birds leave fur on owners clothes or favor packaging over toy so purr for no reason. Meow to be let out play time intently sniff hand run outside as soon as door open yet destroy couch.</p>
  
</main>
  
<h2 id="footer">footer</h2><footer>Copyright Cat Photo App</footer>

You don’t want this to go to an actual link. You just want it to go to footer. So I would remove texts after “#footer

can you give me an example?

Something like this, but only make it go to an element with id footer like you already have.

<a href= "">Some text</a>

what did you add before the first paragraph ?

how to solve this problem?

got it…had to type

paragraphs in between

what ket on my laptop key board to make the main paragraph equal