Copyright © tutorialspoint.com
The speak-numeral property is used in aural media to specify how to speak numerals (numbers).
object.style.speakNumeral="digits"; |
All the HTML elements
Here is the example:
<style tyle="text/css"> <!-- td.phone-no {speak-number: digits;} td.price {speak-number: continuous;} --> </style> |
For more detail please look into CSS Aural Media.
Copyright © tutorialspoint.com