CSS Pitch Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

The pitch property defines the average pitch of the speaking voice for when the element is read.

Syntax

pitch: [value];

Possible values

  • [frequency] - In hertz (Hz)
  • x-low
  • low
  • medium
  • high
  • x-high
  • inherit

Initial Value

medium

Applies To

All elements

Inherited

Yes

Media

Aural

Example

blockquote {pitch: high;}


View All CSS Properties