137
The Aural Media cue-before Property
The CSS aural media cue-before property specifies a sound to be played before speaking an element’s content to delimit it from other.
Its possible values are:
- url:It specifies the URL of a sound file to be played.
- none:It specifies that nothing has to be played.
Syntax:
Next TopicCSS Cue After