Copyright © tutorialspoint.com

CSS - pitch

previous next


Description:

The pitch property specifies the average pitch of the speaking voice used to render spoken text.

Possible Values:

DOM Syntax:

object.style.pitch="hight";

Applies to:

All the HTML elements

Example:

Here is the example:

<style tyle="text/css">
<!--
p.dholak {pitch: high;}
div.benjo {pitch: x-low;}
body {pitch: 150Hz;}
-->
</style>

For more detail please look into CSS Aural Media.


previous next

Copyright © tutorialspoint.com