How to include sound files in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to include sound files in HTML?

How to include sound file (Midi/Ogg/Ogv/Wav etc) in HTML?

8th Jun 2019, 7:08 AM
EternalStudent
EternalStudent - avatar
6 Answers
+ 2
<audio>
8th Jun 2019, 7:28 AM
shutthe
+ 2
All answers are helpful but I can select only 1 answer with green tick. Thanks to all.
8th Jun 2019, 7:31 AM
EternalStudent
EternalStudent - avatar
+ 2
<embed> tag 🙂 Support for audio, video and FLASH 🤗
9th Jun 2019, 11:02 AM
Sanjay Kamath
Sanjay Kamath - avatar
+ 1
Use audio tag
9th Jun 2019, 3:14 AM
Bala Aravind G
+ 1
<audio controls> <source src="xyz.format> </audio>
9th Jun 2019, 6:18 PM
Najmuddin Ansari
Najmuddin Ansari - avatar