+ 1
how to add download link in html
I know all tags of html but i don't know download button how to add
2 odpowiedzi
+ 3
You can use
<form method="get" action="http://static3.comicvine.com/uploads/square_small/11112/111122896/5402107-super_saiyan_blue_goku__5_by_rayzorblade189-dacu6j6.png"> <button type="submit">Download!</button> </form>
Do not use it in playground. Hope it help you
+ 2
there is no extra tag for download the download button you see is actually a link
<a href=myfile.zip>download</a>
there are various attributes too that are used but they don't work on all browser and yes real website redirects to the page by server as Aditya said.
whenever browser finds another file extension it downloads it so basic download buttons are links