Challenge is refusing to submit

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>

<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 fun catnip scratched.</p>
<main>
<p>
  Kitty ipsum dolor sit amet, shed everywhere shed everywhere scratching 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 sinkfluffy fun catnip scratched.
    </p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

You have a few issues:

  1. You have a </P> when you mean </p>
  2. You added a bunch of text above main that isn’t correct.
  3. You didn’t add an img element
<img src="https://www.your-image-source.com/your-image.jpg" alt="Author standing on a beach with two thumbs up.">
1 Like