How can I add a direct download link in HTML5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I add a direct download link in HTML5

I created my own website using HTML5 and css3 and now I want to add a download link to it how can I do it.plz answer me

21st Jan 2017, 6:16 AM
Kishor Kunal
Kishor Kunal - avatar
2 Answers
+ 5
<a href="piratedSong.mp3" download>Click Here</a> Probably something like this iirc, I might be wrong.
21st Jan 2017, 6:28 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
0
<a href="PATH FILE TO DOWNLOAD" target=_blank> DESCRIPTIONS </a> _blank Open document in a new window or tab _parent Open in the parent frame _top Open in the full body of the window _self this is default
21st Jan 2017, 7:01 AM
Marius Vintilescu
Marius Vintilescu - avatar