Build a Cat Photo App - Step 14

Tell us what’s happening:

I dont know howw to solve this lease help me. I need to turn the text cute cats into link

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!<a href="https://cdnfreecodecamp.org/curriculum/cat-photo-app/running-cats.jpg"cute cats cats></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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15

Challenge Information:

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

do you remember you did this in the last few steps?

you need to repeat it again in this step

reset the step and try again

Hi Buddy, See here how the text cat photos become a link.

<p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

Here in this section in order to make cute cats a link you need to use the same method !!

Hope You Understand !!

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