Build a Cat Photo App - Step 14

Tell us what’s happening:

I am try into turn an existing text “cute cats” into an attribute and than link it to "https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg " but everything I try is not work

Your code so far

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

<!-- User Editable Region -->

 <a> cute cats </a> href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg"><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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14
https://www.freecodecamp.org/learn/full-stack-developer/workshop-cat-photo-app/step-14

Hi there. Unfortunately I think you need to reset the challenge as you’re missing the rest of the sentence.

Click on the “Reset” step button and force a refresh of your page with CTRL + F5 if you’re on Windows then try to paste the code in again. On other systems, please follow the instructions here.

After that I would make sure the href attribute (and it’s value) is on the new opening a (anchor) tag.

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