Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

HI! I check the code on json website and it should work……

See more cat photos in our gallery. cat photos

But the error message I received is:
Sorry, your code does not pass. Don’t give up.
After nesting the anchor (a) element, the only p element content visible in the browser should be See more cat photos in our gallery. Double check the text, spacing, or punctuation of both the p and nested anchor element.
Can somebody help me?

Your code so far

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

      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <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; rv:128.0) Gecko/20100101 Firefox/128.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Your anchor tag should be placed around this cat photos . You created an anchor around an extra duplicate cat photos. I would reset and retry this challenge

ok its just because i did not understand the question
thanks a lot
result:
– removed –

1 Like

Please don’t post solutions, thanks!

ok sorry
i am stupid

No, you’re not! You’re learning programming by yourself that’s the opposite of stupid. Please refrain from negative self talk. It WILL affect your performance.

https://www.verywellmind.com/negative-self-talk-and-how-it-affects-us-4161304

https://www.coachestoolbox.net/mental-toughness/positive-self-talk-for-your-athletes

:+1:
your right thanks!

1 Like