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

Stuck on excerise 12

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

<!-- User Editable Region -->

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

<!-- 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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

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

Link to the challenge:

You added the text cat photos. You should not add any new text in this challenge. You need to add the link around the existing text that the challenge gives you

2 Likes

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

Your code so far

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

<!-- User Editable Region -->

      <p>cat photos <a href="https://freecatphotoapp.com"</a></p>
      

<!-- 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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

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

Link to the challenge:
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-12 I have tried every way I am still not getting g it someone help

You need to reset the lesson. You deleted all of the text that should still be there. You should not be deleting anything in this challenge. You are supposed to add a link around the existing words “cat photos” that the challenge provided you in the sentence

  Mod edit: removed solution

This is the answer. You can replace the p element with the one here and it will be right :)))

Please do not provide the code to pass the challenges. Your code had been removed

Do
I don’t know what to do or what I’m doing wrong

Hey Sukhan14!

Link the code with us through clicking “get help” after failed three times in a row and post it in the forum.

Best regards

Sebastian

3 Likes

In exercise 12 I think I have done but it doesn’t have no check
Need advice

post your code here
and post link of that excercise

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 Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for 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.

1 Like

Could you take a look at exercise 12 please as well

we can take a look, there’s no problem. but you should post your solution.

how do you, after reading instructions, think this should be solved?
post here, and we can correct you, if you misinterpreted something, or omitted something.

sometimes it could be something small like a typo.

Continuing the discussion from [Exercise 12i don’t know what I’m doing wrong
So I skip to 13 was that wrong

Step 12 is kind of an important one. I wouldn’t skip it.

Please don’t make duplicate topics.

Can you post what code you currently have?

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