STRESS Property In CSS
stress Property in CSS
stress property Declares the stress of the voice on spoken text.
Possible Value:
Numeric values between 0 and 100 (lower values have less stress and higher values have more stress).
Examplediv { stress:50; }
div { stress:0; }