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

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

<!-- User Editable Region -->

     <a href='cat photos'></a>in our gallery</p>
      <a href="https://freecatphotoapp.com">link to cat pictures</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/112.0.0.0 Safari/537.36

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

Link to the challenge:

Welcome to the community. :slightly_smiling_face:
I know this was posted 5 days back, and it does not appear that you received any response to the post. I am sorry if this is the case.
It may be due to not knowing what your question is for your coding.
The Forum request is that the coding, along with a detailed question of your issue. If you are unsure of why it is not working, please state what you are attempting to do with the code? In this way, it allows us to better assist with accurate information.
I hope you were able to find the issue and are enjoying coding with the rest of us.
Looking forward to seeing you here in the forum, again. :slightly_smiling_face:

hell and welcome to fcc forum :slight_smile:

  • wrong “href” value
  • wrong anchor text

i would suggest you “restart” this “step” and simply try to re attempt this from scratch

In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by adding opening and closing anchor (a ) tags around these words

happy learning :slight_smile:

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