How to make download link | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make download link

22nd Oct 2016, 12:47 PM
madan
3 Answers
+ 2
You need to use the "a" tag Example <a href="http://google.com">Clic me to go google</a>
22nd Oct 2016, 9:04 PM
Diego
+ 1
First you need to place the download file somewhere like MediaFire, then make a link out of it like so... <a href="https://mediafire.com/example">Download</a>
23rd Oct 2016, 2:57 PM
Brandon Gonzales
Brandon Gonzales - avatar
- 2
you will use the anchor tag a example <a href="http://Facebook.com">
28th Oct 2016, 12:05 AM
Kingsley Uzoma
Kingsley Uzoma - avatar