CSS voice-stress Speech Media property



Add adjustments to the speech with the voice-stress property like change pitch, how much loud it is, etc.

The following is the syntax:

voice-stress: normal | strong | moderate | none | reduced

The following example is to implement the voice-stress speech media property:

p {
   voice-stress: strong;
}

Above, I have set strong emphasis using the strong voice-stress property value.

Updated on: 2020-06-25T14:36:59+05:30

167 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements