CSS Bookmark-Target Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
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);
}