<a href="" target="">
Browser |
|
---|---|
Type |
The target attribute of the A element specifies the target window of the link.
<a href="index.html" target="_top">linked text</a>
Attribute | Value | Explanation |
---|---|---|
target=" " | _blank | the linked page opens in the new window |
_top | the linked page opens in the entire window | |
_self | the linked page opens in the same frame | |
_parent | the linked page opens in the parent frame | |
frame name | the linked page opens in the named frame |
- Target attribute details
-
- the target frame of the link (Frame)
- the target frame of the link (Inline frame)
- About the frame name