CSS target-new Property
Description
The target-new
property determines what new target destination (if any) is created.
- Initial valuewindow
- Applies toHyperlinks
- InheritedNo
- MediaInteractive Visual
- Computed valueSpecified value
- AnimatableNo
- CSS VersionCSS3
- JavaScript syntaxobject.style.targetNew
Syntax
Formal syntax: window | tab | none target-new: window; target-new: tab; target-new: none;
Values
- windowThe target is displayed in a new window.
- tabThe target is displayed in a new tab of an existing window.
- noneNo new destination is created. The target is not displayed.
Example
.class { target-new: tab; }
Browser Support
?![]() | ?![]() | ?![]() | ?![]() | ?![]() |
View All CSS Properties
Errors? Please help to keep this list up to date, If you find any errors, please contact us, so that we can get them fixed.