Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

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

Link to the challenge:

Could you please give a description of the problem? I don’t see one anywhere, so it’s a bit hard to tell what is going on.
However, I do see a problem with your code above.

This line has a problem. Every opening tag must have a corresponding closing tag. The h3 and p elements are not closed, so this code will not run. Hopefully this helps!