What is the word target in html and what do you use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the word target in html and what do you use?

22nd Feb 2018, 2:09 PM
Bouziane Cherif Sid Ali
3 Answers
+ 7
target can have _self too. ;)
22nd Feb 2018, 2:28 PM
MecyDev
MecyDev - avatar
+ 6
blue give the answer.
22nd Feb 2018, 11:58 PM
MecyDev
MecyDev - avatar
+ 5
<form target="_parent" method="GET" action="www.google.com"></form> The attribute "target" defines where the link( provided in action ) should be opened. target can have two values viz. "_blank" and "_parent". In our case, link will open in parent( same ) window.
22nd Feb 2018, 2:22 PM
777
777 - avatar