CSS property: bookmark-target

Description

This property specifies the target of the bookmark link

This property specifies the target of the bookmark link.

Syntax

Versions

Examples

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