+ 6
How to add a music in a code?
15 odpowiedzi
+ 11
🗡ASSASSIN ČØDƏR✔(Mostly In-- ACTIVE) you're looking for something like this?
https://code.sololearn.com/WV796n6dPtJe/?ref=app
+ 7
+ 6
<audio controls>
<source src="name.ogg" type="audio/ogg">
<source src="name.mp3" type="audio/mpeg">
</audio>
+ 5
Simba
Thank you very much ..
You're great
+ 4
Tag a relevant language rather than just 'm' please ... ☝
(Edit)
Tags edited (still no language indication)
+ 4
Ipang
Are you facing problems?
+ 3
Ipang
Yeah
+ 2
Wow ssd I asked you the question and you are asking others
+ 1
🗡ASSASSIN ČØDƏR✔(Mostly In-- ACTIVE)
Does it look like I am facing a problem?
+ 1
<audio controls>
<source src="name.ogg" type="audio/ogg">
<source src="name.mp3" type="audio/mpeg">
</audio>
+ 1
you can use audio tag for music
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>
0
<audio controls>
<source src="name.ogg" type="audio/ogg">
<source src="name.mp3" type="audio/mpeg">
</audio>
0
Debanga I asked this question months ago, you can check.. at that time I was noob