- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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; }
- Related Articles
- CSS voice-volume Speech Media property
- CSS voice-stress Speech Media property
- CSS voice-balance Speech Media property
- CSS voice-duration Speech Media property
- CSS voice-rate Speech Media property
- CSS voice-pitch Speech Media property
- CSS rest Speech Media property
- CSS rest-before Speech Media property
- CSS speak-as Speech Media property
- CSS rest-after Speech Media property
- CSS speech-rate property
- CSS voice-family Property
- CSS media types
- CSS @media rule
- Aural Media CSS Properties

Advertisements