bookmark-target property CSS Reference



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

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

Relative articles