Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

I cant figure out how to solve this problem since everything I try is incorrect.

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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

Welcome to the forum @baileypuppy1221

Turn the text cute cats into an anchor elements that links to https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg .

Please place the anchor element around the words cute cats in the first paragraph element.

For next time, describe the issue in your own words. Learning to communicate problems is a part of becoming a web developer.

Happy coding

2 Likes

Dear Teller, if code is checked without a href attribute , failure check answers: to add a href attrivute. written with a “v”.

1 Like

Welcome back to the forum @septerrain

Thanks for reporting the typo.

Happy coding

think of it as trick question. the attribute needs to point to the words → cute cats<- in line 7 of the code, so that it looks like this …

Everyone loves cute cats online!

It’s definitely not a trick question

How did you fine this photo link ?