Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
i have been trying for a about an hour now and i still cant get the code right i am stuck the hints are saying the href is omitted i check twice i am not sure please help me i am 14

Your code so far

<a href=https://freecatphotoapp.comcat photos

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p><a href=https://freecatphotoapp.com</a>cat photos</p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </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 12

Link to the challenge:

Hi!
First you should not delete the text in the p element, the text needs to stay the same.

You should put the anchor element around the words ‘cat photos’ inside the p element. There should only be one anchor element, not two.

I would reset the challenge and start again.