In html "_blank" is used inside to open the link in new tab..... But Is there any other value that we can give instead of blank | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

In html "_blank" is used inside to open the link in new tab..... But Is there any other value that we can give instead of blank

If any attribute is exist please let me know

2nd Oct 2019, 4:09 PM
Kishor Kumar
1 Antwort
+ 2
_self = Opens the linked doc in the same frame as it was clicked _parent = Opens the linked doc in the parent frame _top = Opens the linked doc in the full body of the window Source = w3schools.com/tags/att_a_target.asp
4th Oct 2019, 4:32 AM
Rachmad Rezki Anditirta
Rachmad Rezki Anditirta - avatar