Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
CSS voice-range Speech Media property
The voice-range property in CSS is used to set the range of the speaking voice. This is the pitch range.
The following is the syntax:
voice-range: [[x-low | low | medium | high | x-high]]
Above, set the range of pitch i.e. low, medium, high, etc.
The following is an example of the voice-range property:
p {
voice-range: 90Hz;
} Advertisements
