Build a Cat Photo App - Step 14

Tell us what’s happening:

Hi im trying to solve step 14 Turn the existing text cute cats into an anchor element and im supposed to have a text that says cute cats with an anchor element inside a pharagraph “everyone loves cute cats online” but it says there must be only one instance of cute cats so i don’t understand how to solve this. idk if this is relevant but it said turn the existing text cute cats yet it wasn’t there i had to make it in this step. i’d really appreciate some help and im sorry if this is a dumb 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 love cute cats online!<a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">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 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0

Challenge Information:

Build a Cat Photo App - Step 14

remember this? you created this in the last few steps, you need to repeat what you did. See how the anchor element is around the words in the middle of the sentence?

1 Like

Hi buddy, See is the instructions which you need to follow.

Turn the existing text cute cats into an anchor element that links to:

And here is the code, in which you need to add anchor element.

Hope You Understand.

1 Like