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-pitch Speech Media property
The voice-pitch property in CSS is used to set the baseline pitch of the speaking voice. Here, you can set the pitch
voice-pitch: [[x-low | low | medium | high | x-high]]
The following is an example
p {
voice-pitch: low;
} Advertisements
