Copyright © tutorialspoint.com

CSS - stress

previous next


Description:

The stress property specifies the amount of inflection which is used to speak stress markers in a language.

Possible Values:

DOM Syntax:

object.style.stress="60";

Applies to:

All the HTML elements

Example:

Here is the example:

<style tyle="text/css">
<!--
strong {stress: 80;}
div.aside {stress: 40;}
-->
</style>

For more detail please look into CSS Aural Media.


previous next

Copyright © tutorialspoint.com