+ 3
How to include sound files in HTML?
How to include sound file (Midi/Ogg/Ogv/Wav etc) in HTML?
6 Réponses
+ 2
<audio>
+ 2
All answers are helpful but I can select only 1 answer with green tick. Thanks to all.
+ 2
<embed> tag 🙂 Support for audio, video and FLASH 🤗
+ 1
Use audio tag
+ 1
<audio controls>
<source src="xyz.format>
</audio>