Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
I can’t figure out why my code is not working?

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    </p> See more cat photos in our gallery.</p>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 3

Link to the challenge:

It’s a syntax error, look at the <p> element again.

1 Like

You started your p element with a closing tag so it should be

See more cat photos in our gallery.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.