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!
Hello!
Welcome to the fCC forum
Next time you create a post try explaining your issue.
So a target is an attribute not an element, therefore it goes in you opening tag. In this case it will go in your a element and it has the value of ‘_blank’.
So it will look similar to this: <element attribute="value">
You have also added an additional space in the text ‘cat photos’ , before you a element closing tag cat photos </a>. Try removing that.