CUE Property In CSS
cue Property in CSS
cue property Shorthand proerty to set both cue values at once.
Possible Value:
URL values and the predefined value none. Separate the values by a space in the following order: cue-before cue-after If only one cue value is declared, it is used for both before and after.
Examplediv { cue:url(sound.wav) url(sound2.wav); }
div { cue:url(sound.wav); }