Specify a default target for all hyperlinks and forms on a page:
![]()
The target attribute is supported in all major browsers.
The target attribute specifies the default target for all hyperlinks and forms in the page.
This attribute can be overridden by using the target attribute for each hyperlink/form.
Frames and framesets are no longer supported in HTML5. Therefore, the _parent, _top and framename values are now mostly used with iframes.
| Value | Description |
|---|---|
| _blank | Opens the link in a new window or tab |
| _self | Default. Opens the link in the same frame as it was clicked |
| _parent | Opens the link in the parent frame |
| _top | Opens the link in the full body of the window |
| framename | Opens the link in a named frame |
HTML <base> tag
Your message has been sent to W3Schools.