Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:
Describe your issue in detail here.

**Your code so far
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.

  <p> See more <a href="https://freecatphotoapp.com" >cat photos</a> in our gallery.</p>

so please guys whats should i do now?

Hello!
The instructions say to add the target attribute with the value of _blank.
This would be done the same as any other attribute and value.
For example the attribute href and the value “https://freecatphotoapp.com”.
I hope this helps you.

so what ancor should i put it?
just show how to do it please???

Sorry. I cannot give you the answer. But, the instructions do state to enter the code into the existing < a anchor. Make sure not to enter it into the href. I entered mine right after the < a but, it can go anywhere that does not interfere with another attribute and value.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.