Yes. For attributes, inside of the opening tag of the element, you type:
Name of attribute( in this case target)=“value (in this case _blank)”
It’s asking you to put this in the a element, so that text goes in the opening tag of the a element, where you currently have an _. You need to put the name of the attribute, and add the word blank, not just an _.
Hope that helps!
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.