HTML <link> target attribute
HTML <link> tag
Example
In the following example, the linked document is loaded in a new window:
<head>
<link rel="parent" href="wildcats.htm"
target="_blank" />
</head> |
|
Definition and Usage
The target attribute specifies a window or a frame where the linked document
is loaded.
Browser Support

Note: The target attribute is not supported in any of the major browsers.
Syntax
Attribute Values
Value |
Description |
_blank |
Load in a new window |
_self |
Load in the same frame as it was clicked |
_parent |
Load in the parent frameset |
_top |
Load in the full body of the window |
framename |
Load in a named frame |
HTML <link> tag
 |

|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|