Copyright © tutorialspoint.com

CSS - speech-rate

previous next


Description:

The speech-rate property is used to declare the rate at which text is spoken.

Possible Values:

DOM Syntax:

object.style.speechRate="medium";

Applies to:

All the HTML elementsHTML

Example:

Here is the example:

<style tyle="text/css">
<!--
em {speech-rate: slower;}
div.legalese {speech-rate: fast;}
h1 {speech-rate: 90;}
-->
</style>

For more detail please look into CSS Aural Media.


previous next

Copyright © tutorialspoint.com