What other are attributes other than _blank for link? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What other are attributes other than _blank for link?

11th Jun 2016, 3:51 AM
SWAPNIL DATTARAY SASTE
SWAPNIL DATTARAY SASTE - avatar
2 Answers
+ 5
TARGET = "_ blank" It forces the document referenced by the link is displayed in a new browser window . TARGET = "_ self" Using this value the linked document will be displayed in the same frame or window where the link is . This value is especially useful when you have used the BASE tag to specify a default target frame than the current one . TARGET = "_ parent" This value causes the document to be displayed in the FRAMESET parent of the current frame . TARGET = "_ top" Forces the link is displayed using the entire space of the browser window deframes destroying any structure. This value should be used whenever we create a link to an external website to our website
12th Jun 2016, 10:27 AM
JoseGarcia
JoseGarcia - avatar
+ 1
_blank, _selfOpens, _topOpens, _parentOpens, framename
11th Jun 2016, 5:50 AM
Matt