CSSue-after property

PHPz
Release: 2023-09-06 16:17:09
forward
1178 people have browsed it

CSSue-after 属性

#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 -

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

Example

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

The above is the detailed content of CSSue-after 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