Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

Describe your issue in detail here.
i don’t know where should make the target

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/120.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

to give an attribute to an element you write it in the opening tag of that element, so here

1 Like

i don’t know where i should make the target

Hello @mimi28 !

As @ILM has provided excellent guidance, I will just give you a tiny hint.

Try entering it between before the href, with space before it and after its value of "_blank".

I hope that with the guidance provided you are able to resolve the problem and move on to the next step.

Please, if the guidance provided has helped, check Solution by @ilenia as the guidance provided is excellent, as always?

Keep up the good progress and happy coding!

2 Likes

thanks but after i read @ILM reply for the second time i undrstund

1 Like

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