Step 14: Add a target attribute with the value _blank to the anchor (a) element's opening tag, so that the link opens in a new tab

I really need some help pleaseeeeee. Someone help me. I have done every single type of coding and it just would not go through. It keep saying it is wrong and the wording of what the issue is NOT helpful…

I have tried :

<a target="_blank"></a>
<a target="_blank"</a>
< a target= "I had placed the link"></a>

I have also done

<a href="https://freecatphotoapp.com" "target="_blank"></a>

I have tried so many things. Can someone tell me what to do?

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button 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.

I have tried this and every feedback still does not provide clarification. I am new to this coding thing and the people that response does not use plain words. I just need to know what to do because based on YT videos and everything I have read, nothing seems wrong with my code

I do not see a post you created with the Ask For Help button?

Its important to have your full code and a link to the step you are working on in your post.

I just joined this app today so I may have created the post wrong. I will take it down and work on my codes again. It is fine. I apologize for any inconvenience I caused.

Please just use the Ask For Help button that’s there when you run the code.

Hi there,

you are to click the ask for help button so as to post your entire code on the forum. Meanwhile this is an example of adding an attribute and a value to an element:

<tagname attribute="value"></tagname>

In this case, the tagname is a attribute is target and the value is _blank.
It is the same thing for adding href attribute with a link as a value.
Hope this helps! Goodluck!