Learn HTML by Building a Cat Photo App - Step 12. Showing an error

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

   <p><a href="https://cat photos.com".</a></p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>

<!-- User Editable Region -->

      <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; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

that is not the link they gave you in task.

you need to reset and try again, because you deleted sentence, and part of sentence that is supposed to be there.

dont delete anything task doesnt tell you to delete.

Hello and welcome to FCC Forum, a community of people helping each other!

This great article, authored by one of the FCC Leaders, is a great resource on how to turn images and text into links. It has good examples, too.

I thought it may help you with turning the words cat photos into a link within the p element statement. Nothing is to be changed, except to add the anchors within the statement anchoring the words cat photos.

Many people have difficulty with this step. This is why this article is such a blessing for all of us.

Happy coding! :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.