+ 1
May someone tell me the meaning of target blank used in this code in html
<a href="https:///imc.ug" target="_blank>Listen</a>
4 Respostas
+ 6
defaultly it's the current window but if target is set to blank, the linked document will open in a new tab or windows
+ 5
It opens the link in new browser window rather opening the link in same window.
+ 2
It means open a link in a new page
0
Ssenyonjo Target Attribute Decide where link will be open (new window /current window)