+ 3
What other are attributes other than _blank for link?
2 Réponses
+ 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
+ 1
_blank, _selfOpens, _topOpens, _parentOpens,
framename