Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.

  **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; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0

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

Link to the challenge:

Welcome there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

I’m not sure how to do that im really sorry. i hope you can see this response. this is all very new to me. please can you help me? thank you very much :slight_smile:

hey man, i don’t know how to turn the “cat photos” into a link

1 Like

well thats fantastic isn’t it? why did you even bother to comment if you dont know and you can’t help me!!!

well I’m asking “sky” not you. read a lot so you won’t do this mistake again, were both just asking for help

ive spent hours using google to check these forums and it seems a lot of people are stuck on this step. some people even suggested just clicking over and over and eventually it will just give you a success which sounds absolutely ridiculous tbh.

but the people who were stuck on this step have a ton of code in thier thing and i dont know what any of it means. the fact that i keep trying and trying and trying it just fails but doesnt tell me why its failed, is very frustrating.

ok, i fixed it. literally it was random.

1 Like

How did you fixed it?

how’d you fix it, maybe a help?

i fixed it by putting the a element before the p element, literally i copied and pasted the a element behind the p element.

you can also copy and paste the step into google and it will give you the code and then just copy and paste it in and it will work.

Im just copy and pasting the useful stuff into a notepad on my pc which will help in the future.

kindly use the following code

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