+ 6
Is it good to use target=_blank with <a> tag in html?
give reasons to your answer
4 Respostas
+ 3
Use _blank for link to some other web site, for example you copy some content from some site and then put link to that site, in this way user will don't lose your web page, because this link will open in new tab, use _self for links on your own web page, i hope this help you :)
+ 6
https://css-tricks.com/use-target_blank/
This link can surely help u.
+ 4
_blank is used to go to the website with a new page.
+ 3
Yes it's good if you want to display the output in a new tab.