

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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-rate Speech Media property
The CSS voice-rate property specifies the speaking rate in words per minute. Set the rate with the following values
voice-rate: [normal | x-slow | slow | medium | fast | x-fast]
Above, if you want slow voice rate, then set slow; for slower, set x-slow.
Set faster voice rate: p { voice-rate: x-fast; }
Set voice rate in percentage
p { voice-rate: 40%; }
- Related Questions & Answers
- 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-range Speech Media property
- CSS voice-pitch Speech Media property
- CSS speech-rate 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 voice-family Property
- CSS media types
- CSS @media rule
- Paged Media in CSS
Advertisements