Step 12 CatPhotoApp Obstacle

I’m clearly misreading something because once I go to replace the original information within the link from the last step with “cat photos” and put it within the

it still won’t work. Claims I’ve either omitted text or have a typo. I even tried to copy & paste the information as well. Any advice?

<h1>CatPhotoApp</h1>

<main>

  <h2>Cat Photos</h2>

  <!-- TODO: Add link to cat photos -->

  <p>Click here to view more cat photos.

  <a href="https://cat photos.com">cat photos</a></p>

  <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">

</main>

It helps if you post the link to the challenge you are working on:

Turn the words cat photos located inside p element into a link by replacing the words with the anchor element added previously.

You have not replaced the word cat photos. That phrase should only be in your code in one place.

1 Like

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