Copyright © tutorialspoint.com
The voice-family property is used to define the specific voice, and optionally a generic voice type, which is to be used in the speaking of content.
All the HTML elements
object.style.voiceFamily="child"; |
Here is the example:
<style tyle="text/css"> <!-- h1 { voice-family: announcer, male } p.part.romeo { voice-family: romeo, male } p.part.juliet { voice-family: juliet, female } --> </style> |
Copyright © tutorialspoint.com