CSS Target-New Property

CSS 1

CSS 2

CSS 3

No No Yes

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;
}


View All CSS Properties