Is there anyone who can help, please

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>



<main>
<h1>hello world</h1>
<p>hello paragraph</p>
</main>
<main>
<p>purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep int he sink fluffy fur catnip scratched</p>

<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> 

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

You should only have one <main> tag.

2 Likes

You should only have one (1) set of <main></main> element tags and two (2) <p></p> tag elements inside the <main></main> element tag.

The tags above are apart of the exercise example. They are not to be included in your solution. Go back and read the instructions carefully. Sometimes the fCC directions trip me up too if I’m reading too fast or not paying close attention. Good luck!

2 Likes