Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
can someone please help me with step 12 of this course i am stuck and i even searched up on YouTube yet what they put in was wrong and i cant seem to figure out what the problem is.
Your code so far

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

<!-- User Editable Region -->

      <p>Click here to view more <a href="https://freecatphotoapp.com">cat photos</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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 OPR/99.0.0.0

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

Link to the challenge:

Where did you get this text? This text is not what the challenge gave you

Welcome to the community.
Step 12 is asking that you place the anchor < a href =xyz > around only< / a > the words cat photos within the sentence in the p element. Do not remove or change anything else. Just add the required anchor. I have placed an example within my post.
Happy coding!

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

’ however it didn’t work with this text so then i searched up on youtube and this guy who got it correct put that text in and got it correct

You watched a video from an old challenge. This text should not be used. You need to reset the lesson, and the only thing is add the link around the word “cat photos”

Show us what your code looks like if it doesnt work with the original text

this here is my new attempt

You have cat photos twice in that sentence. There should only be cat photos once. The only cat photos should be the ones that are in between the anchor tags

3 Likes

oh my! face palm thank you so much I really would’ve never seen that! and i passed it!

2 Likes

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