CSS Target-New Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
The 'target-new' property determines what new target destination (if any) is created.
Syntax
target-new: [value]
Possible values
- window
- tab
- none
Initial Value
window
Applies To
Hyperlinks
Inherited
Interactive Visual
Media
Visual
Example
.class {
target-new: tab;
}
Loading Twitter