How do you make a file downloadable in html? | Sololearn: Learn to code for FREE!
+ 3

How do you make a file downloadable in html?

28th Jun 2018, 4:09 PM
Abolusoro Anthony
Abolusoro Anthony - avatar
2 ответов
+ 3
use <a download href="file name here.*">Your text here </a>. Make sure that your file is in the same folder as your web page.
29th Jun 2018, 1:22 AM
Joshua M
Joshua M - avatar