Learn HTML by Building a Cat Photo App

Hello,

I’m a beginner and would really appreciate some help! I’m stuck on step 14.

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.

I’m confused with what I’m being asked to do here.

Thanks!

instead of the _blank you typed instead type the following

the word target
an equal sign
the word “_blank” in double quotes

This is the standard for all html attributes. (just look at how you did href or src attributes before, this is no different)

2 Likes

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