Copyright © tutorialspoint.com

CSS - speak-numeral

previous next


Description:

The speak-numeral property is used in aural media to specify how to speak numerals (numbers).

Possible Values:

DOM Syntax:

object.style.speakNumeral="digits";

Applies to:

All the HTML elements

Example:

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.


previous next

Copyright © tutorialspoint.com