+ 2
Please guys hiw can I create music site
3 Respostas
+ 4
To add music, you can use html audio tag.
+ 1
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
follow this using an audio link
when putting it in code use this format
<audio controls>
<source src=“(your link from dropbox goes here)” controls >
</audio>
plz follow and link
0
use an audio tag