

- 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 speak-as Speech Media property
Set whether the text is to be spoken or spelled using the speak-as speech media property.
You can spell the text, speak the numeral, etc. To spell out, the following is an example
abbr { speak-as: spell-out; }
Above, I have used spell-out that spells out one letter at a time.
- Related Questions & Answers
- CSS rest Speech Media property
- 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 rest-before Speech Media property
- CSS voice-range Speech Media property
- CSS voice-rate Speech Media property
- CSS voice-pitch Speech Media property
- CSS rest-after Speech Media property
- CSS speak property
- CSS speak-numeral property
- CSS speak-punctuation property
- CSS speech-rate property
- CSS media types
Advertisements