HTML CSS examples for HTML Tag:audio
Read local audio file with various format
<html> <head></head> <body> <audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Mobile support the audio element. </audio> </body><!--from w w w . j a v a2 s . c om--> </html>