Enter Audio/mp3 files in HTML.

Tags



<!DOCTYPE html>
<html>
<body>
<center><audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="filename.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio></center>
</body>
</html>


EmoticonEmoticon