Build a Cat Photo App - Step 14

Tell us what’s happening:

I’m not understanding what exactly i’m doing wrong.
I’m stuck of the anchor and where to put the href element. It’s either the anchor or the p element. would you guys help me out?

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> cute cats<a/> href="freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg </a>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/144.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 14

do you remember this line? you built this in the previous steps

now you need to do something similar again, make two words of the sentence be a link

look at the differences with what you are writing now

1 Like

`you need to only put a anchor tag around the cute cats text and include a href and then copy and paste the url and you will pass if you do as the instructions says if not then let me know and I will see if i can help thanks Ian.

1 Like