To open a new webpage in the same page, what value should be used in the target attribute? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

To open a new webpage in the same page, what value should be used in the target attribute?

12th Mar 2017, 7:22 AM
Goutham Krishna N
Goutham Krishna N - avatar
4 ответов
+ 4
don't use the target attribute then. the correct value would be _self, but the target attribute is obsolete. let the user decide where to open a page.
12th Mar 2017, 7:26 AM
Mario L.
Mario L. - avatar
+ 2
👍👍 thanks :)
12th Mar 2017, 8:25 AM
Goutham Krishna N
Goutham Krishna N - avatar
+ 2
_self
12th Mar 2017, 3:34 PM
Geedhai Priyan M
Geedhai Priyan M - avatar
+ 2
_blank is for new page @Geedhai Priyan
12th Mar 2017, 4:17 PM
Goutham Krishna N
Goutham Krishna N - avatar