0
How to give path to music in html?
6 Antworten
0
Yeah and if u use other format such as MP3, remember to change type attribute: e.g. type="audio/MP3"
+ 3
<audio src="your music.mp3" controls></audio>
+ 2
<audio controls>
<source src="music.ogg" type="audio/ogg">
</audio>
0
And what will be at the place of music in "music.ogg"???
Music from device??
0
Ohk, thankyou so much
0
Thankyou Akash