I need to have one main element?

apparently i need one main element but i’ve put main elements after each paragraphs what do i need to do?

Your code so far



<h1> MY website</h1>

<h2>CatPhotoApp</h2>
<main>
<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.</p>
</main>

<main>
<p>  Purr jump eat the grass rip the couch scratched sunbathe, shed evreywhere rip the couch sleep in the sink fluffy fur catnip scratched</p> </main>

Your browser information:

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

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

You should have one main element containing two p elements. What you have is two main elements each containing one p element.

Your image should have a src attribute that points to the kitten image.
Your image element must have an alt attribute.
1234567

CatPhotoApp

<img

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 src="https://4.bp.blogspot.com/-k4bwftroc3k/W5jAk8RNWPI/AAAAAAAAAGw/9pwDLBMFbNIUcXAF8rooi36wYEp9O2dRwCLcBGAs/s1600/asuspc3.png"scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

CatPhotoApp

<img src="https://4.bp.blogspot.com/-k4bwftroc3k/W5jAk8RNWPI/AAAAAAAAAGw/9pwDLBMFbNIUcXAF8rooi36wYEp9O2dRwCLcBGAs/s1600/asuspc3.png"

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

Find
No Results

// running testsYour image should have a src attribute that points to the kitten image.Your image element must have an alt attribute.// tests completed

// running tests
Your image should have a src attribute that points to the kitten image.
Your image element must have an alt attribute.
// tests completed

Find
No Results

that main should have two paragraph inside