IHYPRESS PROGRAMMING
HTML programs with code and output for beginners
c programming
HOME | ASP | C | CSS | GNUPLOT | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
HTML ❯ Audio Element
<10>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>HTML5 Audio Tag</title> </head> <body> <div> <div style="font-size:0.9em;">If you hear classical music your browser supports the AAC format. If your hear jazz it doesn't.</div> <audio controls="controls" autoplay="autoplay"> <source src="https://listen.openstream.co/3662/audio;" type="audio/aac" preload="none"> <source src="https://listen.openstream.co/3666/audio;" type="audio/mpeg" preload="none"> Your browser does not support the audio tag. </audio> </div> </body> </html>
Hergestellt in Deutschland / Made in Germany
HTML5 Audio Tag
If you hear classical music your browser supports the AAC format. If your hear jazz it doesn't.
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland