Learn HTML by Building a Cat Photo App - Step 14

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> See more <a href="https://freecatphotoapp.com"> cat photos </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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.188

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

Link to the challenge:

so… you tried nothing .

looks like they are new. I had the same issue trying to figure out exactly what to do. :grinning:

we all had it. one needs to at least try.

1 Like

It would be beneficial to try and ask a question to see what they need help with. A reply as this is not really helping anything

@gipa0G is there something that we can make more clear for to understand what w need to so here ?

1 Like

@gipa0G
Welcome to the community!
The target attribute and “_blank” value would be added the same way as other attributes and values.
In the following, the href attribute, along with its value
“https: // freecatphotoapp.com” has been added to the a anchor,

The target attribute and “_blank” value would be added the same way.
I hope this helps you.

Please, when requesting assistance in the community, explain the issue in your own words? This will make it easier and more effective for the responses from the community!
Happy coding! :slight_smile:

Please explain the problem when posting, the community can better assist you. Possibly, the issue is that your syntax “</>” isn’t touching the text. Including what the tips say at the bottom of the lesson would also be useful. Goodluck on your coding!

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