Stuck!

i cant understand this part … plss help me…give me any example…

In index.html, transform the image on your page into a link by wrapping the image element with an anchor element. Set the target attribute so that the link opens in a new window.

Please post a link to the exercise you are on as well as your code.

https://www.codecademy.com/courses/learn-html-css/lessons/common-elements/exercises/link-at-will?action=lesson_resume

You need to also post your code, in this case your index.html file,


May I also recommend reading this guide,

1 Like

thanks :slight_smile:

the target attribute of the a tag is defined like this,

<a href='some url' target="_blank"></a>

ok i got it…btw thanks for helping me…nice to chat with u bandit :slight_smile:

2 Likes