Learn HTML by Building a Cat Photo App - Step 10

Tell us what’s happening:

Hello, I can’t see where my error is in my code. Can you help me? Have a nice day.

Your code so far

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

<!-- User Editable Region -->

      <p>Everyone loves cute cats online!</p>
      <a href="https://www.freecatphotoapp.com/"></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/133.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 10

Hi there and welcome to the forum!

This is the given link:
https://freecatphotoapp.com

Your link:
https://www.freecatphotoapp.com/

1 Like

Hello thanks for answering me but its not working… :frowning: i dont understand

Please share your code in text format here, not screenshots.

This is the given link:
https://freecatphotoapp.com

Your link:
https://freecatphotoapp.com/

Copy/paste if you need to

hello pkdvalis

i tried this solution see my screen :

and it doesn’t work :confused: Please help me

Hey there,
it’s always better to share the code instead of posting screenshots. It will help us look for issues with the other parts of your code.
Your anchor element looks right. I suggest you reset this step and add this line of code again.
Good luck!

To enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

1 Like

make sure you have not accidentally added anything else in other points of the code, when the error doesn’t look relevant that’s something that coeld have happened

1 Like

thanks I’ll try this way

1 Like