Tutorials Point

Google
Web This Site

  CSS Home

  CSS Reference
  Pseudo Classes & Elements

© 2008 TutorialsPoint.COM


  Home     References     Discussion Forums     About TP  

CSS - stress


previous next AddThis Social Bookmark Button

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.



previous next Printer Friendly



  

Advertisement