CSS cue-after Property

The cue-after property specifies a sound to be played after speaking an element's content to delimit it from other. The possible values include −

  • url − The URL of a sound file to be played.
  • none − Nothing has to be played.

Example

<style>
   <!--
      a {cue-after: url("dong.wav");}
      h1 {cue-after: url("pop.au"); }
   -->
</style>
Updated on: 2020-06-25T12:20:39+05:30

85 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements