CSSue-before property

WBOY
Release: 2023-08-30 13:41:02
forward
1038 people have browsed it

CSSue-before 属性

This property specifies the sound to be played before the element's content is spoken to separate it from other elements. Possible values ​​are -

  • #url - The URL of the sound file to play.
  • None - No need to play anything.

Example

You can try running the following code to implement the cue-before property in CSS

<style>
   <!--
   a {cue-before: url("bell.aiff");}
   h1 {cue-before: url("pop.au"); }
   -->
</style>
Copy after login

The above is the detailed content of CSSue-before property. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template