Anchor Object
The target property sets or returns the value of the target attribute of a link.
The target attribute specifies where to open the linked document.
Set the target property:
Return the target property:
| Value | Description |
|---|---|
| _blank | Opens the linked document in a new window |
| _self | Opens the linked document in the same frame as it was clicked (this is default) |
| _parent | Opens the linked document in the parent frameset |
| _top | Opens the linked document in the full body of the window |
| framename | Opens the linked document in a named frame |
![]()
The target property is supported in all major browsers.
Change the target of a link:
Anchor Object
Your message has been sent to W3Schools.