Copyright © tutorialspoint.com

CSS - pitch-range

previous next


Description:

The pitch-range property defines the amount of variation permitted in the pitch of spoken text.

Possible Values:

DOM Syntax:

object.style.pitchRange="50";

Applies to:

All the HTML elements

Example:

Here is the example:

<style tyle="text/css">
<!--
body {pitch-range: 66;}
*.mogire {pitch-range: 0;}
-->
</style>

For more detail please look into CSS Aural Media.


previous next

Copyright © tutorialspoint.com