Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <audio controls> <source src="/build/audios/jingle_bells.ogg" type="audio/ogg"> <source src="/build/audios/audio.mp3" type="audio/mpeg"> </audio> <p>Click the play button</p> </body> </html>