Specifies the stress of the text enclosed within the <emphasis> element.
<emphasis
level="{strong|moderate|reduced|none}"
/>
Attribute |
Data Type |
Required? |
Default |
Description |
level |
{strong | moderate | |
yes |
moderate |
Amount of emphasis assigned to the text. |
<audio>, <choice>, <emphasis>, <enumerate>, <option>, <p>, <s>, <prompt>, <prosody>, <voice>
<audio>, <break>, <emphasis>, <enumerate>, <mark>, <phoneme>, <prosody>, <say-as>, <value>, <voice>
<?xml version="1.0"?>
<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml">
<form>
<block>
Thank you <emphasis>so</emphasis> much.
</block>
</form>
</vxml>