+ 2
Do I have to pick audio from websites? How can I add audio to the website in HTML5? Can anybody tell me step by step🙏
9 Antworten
+ 1
I have seen it but still don't get it😩
+ 1
I just wanna add some music
+ 1
Ok then add an audio tag then in the src attribute write the path of the audio file
+ 1
You didn't get me lemme explain
"<audio controls>
<source src="http://www.sololearn.com/uploads/audio.mp3" type="audio/mpeg">
Audio element not supported by your browser.
</audio>" here there is the path of sololearn how can I do like it.
+ 1
Go to the web site from which you want the audio. Then right click on the audio and copy its link then paste it in the src .
this might help.
try to find a website where you can play music. there i think you will be able to get the link
+ 1
🙏🙏🙏thanks 🙏🙏🙏
+ 1
This might help you👇👇
https://www.sololearn.com/learn/HTML/2193/
0
Use the audio tag.
It's given in the tutorial
0
Do you want to play something in background or just want to add a music with a play button