CSS property: target
Description
The 'target' property is a shorthand property for setting the individual target properties (i.e., target-name, target-new and target-position) at the same place in the style sheet. Given a valid declaration, the 'target' property first sets all the individual target properties to their initial values, then assigns explicit values given in the declaration.
Syntax
Versions
Examples
a { target: new window front; }