CSS Bookmark-Level Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
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;
}