paragraph
paragraph element
Provides a container element for zero or more sentences.
Syntax
<paragraph
xml:lang = "string"
/>
Attributes
xml:lang |
The language and locale type for this document as defined in RFC 3066. The default value is en-US. |
Parents
None.
Children
None.
Remarks
The p element element is equivalent to the paragraph element.
Examples
<vxml version="2.0"
xmlns="http://www.w3.org/2001/vxml"
>
<form>
<block>
<prompt>
<paragraph>This is paragraph one.</paragraph>
<paragraph>This is paragraph two.</paragraph>
</prompt>
</block>
</form>
</vxml>