Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
I think I almost got it, but I’m putting a typo somewhere in step 12 and can’t see it. Am I doing it right or is it all backwards? They have to stay nested when your coding things like this together, but my mind is a little puzzled now. Can someone please help me? Highly appreciated <3

  **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 <a href="https://freecatphoto.com">cat photos</a>.</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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.47

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

Link to the challenge:

3 Likes
 <a href="https://freecatphoto.com">

Is this the adrress that should be entered?
Have a closer look to the instructions.

Happy Coding!

1 Like

I’m having the same problem, how did you figure it out?
please help. Thank you

1 Like

Hi, I figured it out …

2 Likes

Yes, that is the correct address. I’ll take a closer look thanks

1 Like

Awesome I’m glad you figured it out. It was 1am for me when I was doing this, so shortly afterwards I went to sleep. I’m going to try and figure it out too now. Have an amazing day ^w^

1 Like

Double check. Are you absolutely sure that the website you entered matches the requested website?

1 Like

oh wait, I just saw what I did lol. Didn’t notice that at first because I keep refreshing the code to start over lol. thank you!

i’m having the same problem too have you figured yours out?

1 Like

please i will be needing your assistance how did you do it?

Yes, I have figured it out. Are you still having issues? I’ll gladly help

1 Like

thank you i just did too

1 Like

sorry I’m just responding, I’m glad you figured it out

Click here to view more cat photos

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