Copyright © tutorialspoint.com
The cue-after property is used in audio devices to play a sound after an element.
All the HTML elements.
object.style.cueAfter=url("music.wav"); |
Here is the example:
<style tyle="text/css"> <!-- a {cue-after: url("bell.aiff");} h1 {cue-after: url("pop.au"); } --> </style> |
Copyright © tutorialspoint.com