Show Output
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS Aural Style Sheets</title> <style> h1, h2, h3, h4, h5, h6 { voice-family: male; stress: 20; richness: 90; cue-before: url("/examples/audio/pop.au"); } p { azimuth: center-left; } quotes { volume: x-soft; } </style> </head> <body> <h1>Aural Style Sheets</h1> <p><strong>Note:</strong> Aural properties supported very poorly across the browser, so if you didn't hear any sound, it means the browser doesn't support these properties.</p> </body> </html>