
#The cue-after attribute specifies a sound that is played after the element's content is spoken to separate it from other elements. Possible values include -
<style>
<!--
a {cue-after: url("dong.wav");}
h1 {cue-after: url("pop.au"); }
-->
</style>The above is the detailed content of CSSue-after property. For more information, please follow other related articles on the PHP Chinese website!