Build a Cat Photo App - Step 12

Tell us what’s happening:

If you’ve already tried the Read-Search-Ask method, then you can ask for help on the freeCodeCamp forum.

Before making a new post please check if your question has already been answered on the forum.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

  see more <a href="https://freecatphotoapp.com">cat photos</a> in  our gallery

<!-- 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/143.0.0.0 Safari/537.36 Edg/143.0.0.0

Challenge Information:

Build a Cat Photo App - Step 12

Check capitalization, spacing, punctuation it needs to be exactly the same

1 Like

thanks, im exactly there I keep submitting but still (error)

im not sure if I can paste this here, please let me know where did I do wrong?

See more <a

href=“https://freecatphotoapp.com”>cat photos in

our gallery

please open your own thread

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

2 Likes

i think you’re close, but you’re still including the <!– User Editable Region –> tags - you need to delete those, since the link is already inside the editable region. try removing them, and see if that gets you past this step.

1 Like

those are added when the topic is created in the forum, they are not in the code editor in the challenge

1 Like