HTML <a> target Attribute
HTML <a> tag
Example
The target attribute specifies where to open the linked document:
| <a href="http://www.w3schools.com" target="_blank">Visit W3Schools</a> |
Try it yourself » |
Definition and Usage
The target attribute specifies where to open the linked document.
Browser Support

The target attribute is supported in all major browsers.
Syntax
Attribute Values
| Value |
Description |
| _blank |
Open the linked document in a new window |
| _self |
Open the linked document in the same frame as it was clicked
(this is default) |
| _parent |
Open the linked document in the parent frameset |
| _top |
Open the linked document in the full body of the window |
| framename |
Open the linked document in a named frame |
HTML <a> tag
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|