

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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>
- Related Questions & Answers
- CSS cue property
- CSS cue-before Property
- CSS pause-after property
- CSS rest-after Speech Media property
- CSS :after pseudo-element
- CSS outline property
- CSS height property
- CSS width property
- CSS padding property
- CSS pitch property
- Orphans CSS Property
- CSS azimuth Property
- CSS stress property
- CSS background property
- CSS pause property
Advertisements