+ 6
how can I add music in HTML đ„đ€
10 Respostas
+ 5
To add music in html follow the code refer the code of sand sound.
<audio src="xyz" controls></audio>
https://code.sololearn.com/WfTN5AXlWz5A/?ref=app
+ 6
You use the audio tag
+ 4
ok thanks
+ 2
I am trying
+ 2
Let me know if it worked for you.
+ 1
Did it work?
+ 1
<audio src="song" controls>
</audio>
0
audio tag is used for the Audio files.
0
<audio src="song" controls>
</audio>
use audio tag