Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

I did what I was told to do but it still says I have a typo.

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    </p>Everyone loves cute cats online!

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

hi there, welcome to community! :waving_hand:

you are missing the opening <p> tag for the paragraph element, and also the closing </p> tag is in the wrong position.