CSS Bookmark-Level Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property specifies the level of the bookmark.

Syntax

bookmark-level: [value] ;

Possible values

  • none
  • [integer]

Initial Value

none

Applies To

All elements

Inherited

No

Media

All

Example

h3 {
  bookmark-level: 3;
}


View All CSS Properties