|
Newsletters
|
|
|
|
|
Voice XML Reference
Voice XML Reference
Bookmark this page
The div Element - <div>
Description: JSML element to classify a region of text as a particular type.
Example:
<div type="sentence">
This is a sentence
</div>
| Attributes |
| Name |
Value |
Description |
| type |
"sentence" or "paragraph" |
Possible values are "sentence" or "paragraph". |
Back to Tag Listing
|
|