How to add a music in a code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to add a music in a code?

2nd Oct 2020, 12:25 AM
Shreeshanta Das
Shreeshanta Das - avatar
15 Answers
2nd Oct 2020, 5:01 AM
Simba
Simba - avatar
+ 7
Simba Ruhul Amin Ipang Natsū Kun I know that but I want , " How to find the embeded file ?"
2nd Oct 2020, 4:12 AM
Shreeshanta Das
Shreeshanta Das - avatar
+ 6
<audio controls>   <source src="name.ogg" type="audio/ogg">   <source src="name.mp3" type="audio/mpeg"> </audio>
2nd Oct 2020, 12:29 AM
Dipendra
Dipendra - avatar
+ 5
Simba Thank you very much .. You're great
2nd Oct 2020, 5:46 AM
Shreeshanta Das
Shreeshanta Das - avatar
+ 4
Tag a relevant language rather than just 'm' please ... ☝ (Edit) Tags edited (still no language indication)
2nd Oct 2020, 12:31 AM
Ipang
+ 4
Ipang Are you facing problems?
2nd Oct 2020, 1:20 PM
Shreeshanta Das
Shreeshanta Das - avatar
+ 3
Ipang Yeah
3rd Oct 2020, 7:34 AM
Shreeshanta Das
Shreeshanta Das - avatar
+ 2
Wow ssd I asked you the question and you are asking others
14th Nov 2020, 3:50 AM
Debanga
Debanga - avatar
+ 1
🗡ASSASSIN ČØDƏR✔(Mostly In-- ACTIVE) Does it look like I am facing a problem?
2nd Oct 2020, 1:38 PM
Ipang
3rd Oct 2020, 7:38 AM
Ipang
+ 1
<audio controls>   <source src="name.ogg" type="audio/ogg">   <source src="name.mp3" type="audio/mpeg"> </audio>
3rd Oct 2020, 9:52 AM
Avi
+ 1
you can use audio tag for music
3rd Oct 2020, 10:16 AM
recarcoder
recarcoder - avatar
0
Here is the example of HTML code Visit w3school for more <audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio>
2nd Oct 2020, 1:22 AM
Ruhul Amin
Ruhul Amin - avatar
0
<audio controls>   <source src="name.ogg" type="audio/ogg">   <source src="name.mp3" type="audio/mpeg"> </audio>
2nd Oct 2020, 4:10 PM
Ace Coder
Ace Coder - avatar
0
Debanga I asked this question months ago, you can check.. at that time I was noob
14th Nov 2020, 1:25 PM
Shreeshanta Das
Shreeshanta Das - avatar