Learn HTML by Building a Cat Photo App - Step 14 Add a target attribute with the value _blank to the anchor (a) element's opening tag, so that the link opens in

Target is mentioned is an “attribute”. Hopefully this has meaning to you as you should have learned about attributes in an earlier step. Attributes you may know are href and src. They are added to the opening tags of html element. Anyway, if you need more help check the following post

Or you can review the step number 8 of the cat photo app, or google “html attributes” or click on the Ask for Help button in step 14 and we can help you further.