Learn HTML by Building a Cat Photo App - Step 10

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

Your code so far

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

<!-- User Editable Region -->

      <p>See more cat photos in our gallery.</p>
      <a href='https://freecatphotoapp.com.' ></a>
     <!-- Hi , in step 10 , what i have to do is : 
"Add an anchor element after the paragraph that links to https://freecatphotoapp.com. At this point, the link won’t show up in the preview. " ,  but when i write it as you can see above , it ish showing error , why??
It is said that :
"Your anchor (a) element should link to https://freecatphotoapp.com. You have either omitted the URL or have a typo." , what is my mistake ?

      

<!-- 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

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

Link to the challenge:

Remove last dot not helps?

I do not see your anchor with the link nested in it. It should be at the end of the paragraph.