Screenshots are not helpful. It’s best to give a link to your pen.
As you can see from the failing message it’s looking o see that your target attribute is set to "_blank" and it looks as if you may have done that but do you also have another a element with an id of ‘tribute-link’?
No worries…I see all tests are passing so you figured out whatever the issue was. Good job.
I know you didn’t ask for feedback but since I noticed some things while looking at your code I’ll say to run your HTML code through the W3C validator.
There are HTML syntax/coding errors you should be aware of and address.
Since copy/paste from codepen you can ignore the first warning and first two errors.
On a side note, don’t try and replicate the sample projects. They show one way the project can be done. The instructions say to make yours “functionally similar” and “give it your own personal style”.
I’m not saying do this one over. Just have fun with the next ones.