CSS Bookmark-Label Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property specifies the label of the bookmark.

Syntax

bookmark-label: [value] ;

Possible values

  • content
  • [attr]
  • [string]

Initial Value

content

Applies To

All elements

Inherited

No

Media

All

Example

.class {
  bookmark-label: "The Label of the Bookmark";
}


View All CSS Properties