Copyright © tutorialspoint.com

CSS - richness

previous next


Description:

The richness property defines the degree to which a voice will "carry."

Possible Values:

DOM Syntax:

object.style.richness="80";

Applies to:

All the HTML elements

Example:

Here is the example:

<style tyle="text/css">
<!--
*.chairman-kaga {richness: 80;}
div.aside {richness: 10;}
-->
</style>

For more detail please look into CSS Aural Media.


previous next

Copyright © tutorialspoint.com