Please how do i make the two paragraphs chidren of the opening and closing main tag

Tell us what’s happening:

Your code so far


<<h2>Cat PhotoApp</h2>

<Main>   
<p>Kitty ipsum dolor sit   amet,shed everywhere stretchingattack chase the dot,hairball run catnip eat the grass sniff</p>

<p>purr jump eat the grass rip couch scratched sunbathe,shed everywhere rip the couch sleep in the sink fluffy fur catnp scratched.</p>
</Main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 OPR/71.0.3770.271 (Edition Campaign 34).

Challenge: Introduction to HTML5 Elements

Link to the challenge:

1 Like

“main” and “/main” should be smallletters,
and remove one “<” from h2

Hey @iddrisuyussif. Your code is correct, but there are some typos:

There is an extra < in the opening <h2> tag.

Use small letters for the Main text instead of uppercase letters.

Happy Non-Stuck Coding!