Learn HTML by Building a Cat Photo App - Step 14

Adding target attribute to the tag (a):

I dont understand how to add the target attribute with (_blank) please help!

My code is like this:

<a target_blank href=“Cat Photos”
(:point_up::point_up::point_up::point_up:)

Link to the challenge:

1 Like

Hi there and welcome to the forum!

When you are adding attributes to HTML elements, the syntax is attribute="value".
In this case the attribute is target and the value is _blank.

1 Like

please how do i nest a radio button inside a lable element

@emmatus If you have a question relating to a challenge which you are stuck on, please click on the Help icon (which appears after you have submitted incorrect code three times). This will allow you to create your own forum post for your issue.

can you send me the link to step 1 am a total beginner

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