Build a Cat Photo App - Step 14

Tell us what’s happening:

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

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> 
      <a href='cute cats'

<!-- 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/142.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

yea that’s true

am stuck at step 14 on build a cat photo app

how to turn the existing text CUTE CATS into an anchor element that links to:

https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats

You have already done something similar here when you turned “cat photos” into a link. Can you try to use this an example?

Hey i had the same problem that drove me mad, but realised i had an anchor open and not closed way above in the code - check the full code, not that only one area - very important

Hi Buddy, Here in order to create the text CUTE CATS into an anchor tag.

You need to wrap the text inside the anchor tag when you do so then you will be able to pass this test.