Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

i follow ur instruction but it wont work, im very stuck here

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 -->

<p>See more <a href="https://freecodecamp.org"></a> in our gallery</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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Welcome to the forum @fikran0000

Here is the original anchor element:

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

Here is your code:

The text cat photos is missing from your code.
You also modified the href attribute property value.
Also, the paragraph tags are not required for this step.

Please reset the step to restore the original code and try again.

Happy coding

2 Likes

i still don’t get it , i have followed all the steps not working

for mee too the code is not working even after following all the steps

hi @adelusikehinde.ak @aswathikr please open your own topic to ask for help

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.

Hey Buddy, Here You Need to do small changes.

Kinldy do follow @Teller advice.

2nd here are you instructed to add p tag here ?

Kinldy re-read instructions, change.

Happy Coding !!

1 Like