Im new here please help

Tell us what’s happening:

i dont know whrer im help me

Your code so far


<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>
<p> purr jump eat the grass rip the couch scratched sunbathe, shed everywhere 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/86.0.4240.183 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

2 Likes

Hi @samir007. Welcome to FCC. I have noticed three issues

  1. The first word should be capitalized Purr
  2. You haven’t added a full stop at the end .
  3. Closing tag should be like </main>
3 Likes

The closing main tag should be < /main> . you have it .

1 Like

check your closing tag. its typo
<main/> to </main>

It should go like this: