SPEECH-RATE Property In CSS
speech-rate Property in CSS
speech-rate property Declares the speech rate of spoken text.
Possible Value:
A number indicating the number of words per minute, or one of the following predefined values: x-slow slow medium fast x-fast faster slower
Examplediv { speech-rate:50; }
div { speech-rate:medium; }