CSS Home
CSS Reference
Pseudo Classes & Elements
© 2011 TutorialsPoint.COM
|
CSS - stress
Description:
The stress property specifies the amount of inflection which is used to speak stress markers in a language.
Possible Values:
- number: Defines the range of stress inflection. The actual meaning of this value will depend on the language
being spoken, as different human languages permit different ranges of stress inflection.
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.
|
|
|