Easy Tutorial
❮ Pr Mix Blend Mode Sel Out Of Range ❯

CSS3 target-new Property

Example

Open a new tab in a new window:


Browser Support

No major browsers support the target-new property.


Property Definition and Usage

The target-new property specifies whether a new target link should open in a new window or in a new tab within an existing window.

Note: The target-new property is only used after the target-name property creates a new tab or a new window.

Default value: window
Inherited: no
--- ---
Version: CSS3
--- ---
JavaScript syntax: object.style.targetNew="tab"
--- ---

Syntax

Value Description
window Opens the hyperlink in a new window.
tab Opens the hyperlink in a new tab within the existing window.
none Does not create a new destination.
❮ Pr Mix Blend Mode Sel Out Of Range ❯