Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a href ="https://freecatphotoapp.com">cat photos</a>.</p>
<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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 13
Link to the challenge:
ilenia
August 22, 2022, 9:25am
2
Hello there.
Do you have a question?
If so, please edit your post to include it in the Tell us what’s happening section.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more information you give us, the more likely we are to be able to help.
i don’t know where do i put the target or _blank
ilenia
August 22, 2022, 9:28am
4
target
is the name of the attribute, similar to href
. You put attributes in the opening tag of the element
i already put that attribute but i can’t pass this step
ilenia
August 22, 2022, 9:30am
6
show me the code, because it’s not here
<a target_blank href ="https://freecatphotoapp.com">cat photos</a>.</p>
i already did this
ilenia
August 22, 2022, 9:36am
8
notice how you gave a value to the href
element using =
and wrapping the value in quotes, you need to do the same
1 Like
where do i put the target or the _blank?
**Your code so far**
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a target_blank href ="https://freecatphotoapp.com">cat photos</a>.</p>
<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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 13
Link to the challenge:
ilenia
August 22, 2022, 9:37am
10
please do not create multiple topics for the same step, I merged your two topics together
Jodo
August 22, 2022, 6:51pm
11
you have it in the correct spot, you just need to change it so it looks like this: target=“_blank”
I’m having the same problem
ilenia
August 22, 2022, 9:15pm
13
hey @phoenixdove420
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It 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.
system
Closed
February 21, 2023, 9:16am
14
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.