Build a Cat Photo App - Step 14

Tell us what’s happening:

i just cant seem to understand how to add the link so that the link is to cute cats.
i know its most likely something simple that i am missing. but i have tried and i just cant seem to understand

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

Challenge Information:

Build a Cat Photo App - Step 14
https://www.freecodecamp.org/learn/full-stack-developer/workshop-cat-photo-app/step-14

Please show what you have tried. Thanks

a> herf=cute cats</a>

That is incomplete code. You should not be deleting anything that was already there. Can you show the full line you tried to write please?

I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

  <p>Everyone loves <a> herf=cute cats</a> online!</p>

This doesn’t look like the last anchor element you wrote.

(Also, just posting code without saying anything is sorta eerie)

you created this in the last few steps, use it as an example of what you need to do now