+ 1
Why we use target?
3 Antworten
+ 3
The target attribute specifies where to open the linked document.
_blank : Opens the linked document in a new window or tab
_self : Opens the linked document in the same frame as it was clicked (this is default)
_parent : Opens the linked document in the parent frame
_top : Opens the linked document in the full body of the window
Source: http://www.w3schools.com/html/html_links.asp
0
hi. target is used to indicate where to open a page or link (href) for example in the same window or in a new window.
0
parent frame means.?