Is the target=_"top" attribute really necessary when creating a link to another website? If yes,why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is the target=_"top" attribute really necessary when creating a link to another website? If yes,why?

29th Jul 2016, 4:51 AM
Favour Barisua
2 Answers
+ 2
You should use target="_blank". The link will open in a new window/tab. The other target names like _top were used with frames.
30th Jul 2016, 12:48 AM
ZinC
ZinC - avatar
0
you can use <a href="" target="_blank"></a> to open link in new window and you can use <a href="' target "_self"></a> to open link in the same window
6th Dec 2016, 12:36 PM
MATREX MOON
MATREX MOON - avatar