CSS stress property

CSS stress property

Description

The stress property specifies the amount of emphasis used by a language.

Optional Values

  • number − Defines the range of emphasis. The actual meaning of this value depends on the spoken language, as different human languages ​​allow for different ranges of emphasis.

DOM Syntax

object.style.stress = "60"; 

Applicable Objects

All HTML elements.

Example

Here are examples –


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

For more details please see CSS Aural Media.

Leave a Reply

Your email address will not be published. Required fields are marked *