HTML (audio.html)
<html>
<body>
<audio controls="controls">
<source src="song.ogg" type="audio/ogg" />
<source src="song.mp3" type="audio/mpeg" />
Your browser does not support the audio element.
</audio>
</body>
</html>
Example :
Sumber : w3schools
Tidak ada komentar:
Posting Komentar
Leave a message