bookmark-target property

Tutorials

Definition and Usage

This property specifies the target of the bookmark link.

Name: bookmark-target
Value: none | <uri>
Initial: none
Applies to: all elements
Inherited: no
Percentages: N/A
Media: all
Computed value: For URI values, the absolute URI; for ‘none‘, as specified.

Syntax

bookmark-target: none | <uri>

Examples

1 <a class="bookmark" title="The green pear" href="#pears"/>
1 .bookmark {
2    bookmark-label: attr(title, string);
3    bookmark-target: attr(href, url);
4 }

Rate article