CSS Bookmark-Target Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property specifies the target of the bookmark link.

Syntax

bookmark-target: [value] ;

Possible values

  • self
  • [uri]
  • [attr]

Initial Value

self

Applies To

All elements

Inherited

No

Media

All

Example

.class {
  bookmark-target: url(http://www.google.com);
}


View All CSS Properties