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