Base Object
The target property sets or returns the value of the target attribute in a base element.
The target attribute specifies where to open all the links on a page.
The target property can have one of the following values:
| Value | Description |
|---|---|
| _blank | Open links in a new window |
| _self | Open links in the same frame as it was clicked (this is default) |
| _parent | Open links in the parent frameset |
| _top | Open links in the full body of the window |
| framename | Open links in a named frame |
![]()
The target property is supported in all major browsers.
Return the base target for all links on a page:
The output of the code above will be:
Base Object
Your message has been sent to W3Schools.