Please, next time when you post your question, provide it with a specific question.
Asking a better question will help you understand your current situation.
As I look into Step 13 you need to 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.
But you have not done anything as I see. Try to do it first.
I’m pretty sure if you have tried everything you would have passed this by now.
This is your first hint.
Your anchor (a) element does not have a target attribute. Check that there is a space after the opening tag’s name and/or there are spaces before all attribute names.
Now I don’t see a target attribute. Try adding a target attribute
I meant I pasted the code I wrote and it displayed this on here.
I declared a tag attribute tag="_blank " within the <a attribute immediately after the web address
I know you pasted the code. But as you can see here it is being converted to HTML. Thats why we need you to enclose with backticks so that we can see the RAW code.