Build a Cat Photo App - Step 14

Tell us what’s happening:

How to turn “cute cats” into an anchor elements linking to existing text

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> href="cute cats"</a>https://cdn.freecodecamp.org/curriculum/cats-photo-app/running-cats.jpg online!</p><a> cute cats</a>

<!-- 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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14

Hi @Ore,

You should be doing the same thing with “cute cats” here that you did for “cat photos” in a previous step.

The value of the href attribute should be a URL. All attributes go inside the opening element tag. There should only be one anchor element in this paragraph.

Please reset this step and try again.

Happy coding!

Can you help I am trying still the code is wrong

I am not getting it :confused:

Please post your updated code.

i am also stuck because i have the same code type if anyone is active please share you code