CUE-BEFORE Property In CSS
cue-before Property in CSS
cue-before property Declares an audio cue to play before an element.
Possible Value:
URL values and the predefined value none.
Examplediv { cue-before:url(sound.wav); }
div { cue-before:none; }