Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
i do not seem to understand the question, can i get a video reference?

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <a href="https://freecatphotoapp.com">cat photos</a>
    <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; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

Hello Moses, the instruction says Turn the word CAT PHOTO to a link.
meaning replace the word cat photo with the link provided.
so
1.delete the word cat photo.
2. nest the a -hyperlink tag into the p-paragraph tag

do you understand?

unfortunately there is no video reference for this exercise.
Try to break down the instructions into small steps.
Then attempt whatever you think they are asking you to do.
If that doesn’t work, you will get a hint.
The hint may help you get further.
If you are still stuck, show us the code you tried and let us know which part you are struggling with and we can help you further.

It’s just like it’s not going thru, I have tried every ways, can you elaborate more?

This is what I keep getting

Can your please insert a reference in the reply?

Would really appreciate that thank you

two issues:

1- you are missing a period after the first anchor element
2- delete the 2nd anchor element (as requested by the exercise)

Finally got it right
Thank you so much

1 Like

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