<!DOCTYPE html> <html> <body> <audio controls> <source src="files/sample.mp3" type="audio/mp3" /> <source src="files/sample.ogg" type="audio/ogg" /> <p>Sorry, this media type can not be supported in this browser</p> </audio> </body> </html>
Run
×
Share