+ 11
how to make a file like audio or video downloadable
html
3 Réponses
+ 16
Simply add an attribute download in the anchor tag.
<a href="song.mp3" download>download song</a>
+ 4
html 5
+ 4
you can use tag video
< video control Width=50px height=50px
source src="My.mp3">
</video>
auto dawnlod with video in computer
( Google Chrome) browser