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.
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.
You need to also post your code, in this case your index.html file,
May I also recommend reading this guide,
thanks
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