Prev Demo
HTML5
>
Source
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <body> <p>Source is used in audio and video </p> <audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> </audio> </body> </html>
Note: We DO NOT save your trial code in our database.
Output