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>HTML Audio Tag</title> </head> <body> <div> <div style="font-size:0.9em;">If you hear birds your browser supports the AAC format. If your hear rain it doesn't.</div> <audio controls autoplay> <source src="birds.aac" type="audio/aac"> <source src="rain.mp3" type="audio/mpeg"> Your browser does not support the audio tag. </audio> </div> </body> </html>
Hergestellt in Deutschland / Made in Germany
HTML Audio Tag
If you hear birds your browser supports the AAC format. If your hear rain it doesn't.
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland