bookmark-target property
Author admin Reading 1 min Views 535 Published by Modified by
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"/> |
2 | bookmark-label: attr(title, string); |
3 | bookmark-target: attr(href, url); |