Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

This is the instruction I needed to follow in Step 14
Turn the existing text cute cats into an anchor element that links to:

But I am getting error messages so can you tell me where is the mistake?

Your code so far

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

<!-- User Editable Region -->

      <p> everyone loves <a herf="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg"> click here to go to cute cats</a></p>

<!-- User Editable Region -->

      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
      <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; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

Hi @thrifatislam and welcome to our community!

The text of your element reads as:

everyone loves click here to go to cute cats

It should read:
Everyone loves cute cats online!
(with the text ‘cute cats’ as the link, in blue).

I am not getting that brother. Can you elaborate me with me image or detailed text please!!

you have changed the text of the element, you need to reset the step and try again