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 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.
Advertisements
