0
Html question
i want to download the image using Download Attribute in <a> tag..but when i click on the download link it opens the image in new page instead of downlaoding the image..how to solve it?? Following is my code.. <a href ="practice.png" download>Download</a>
4 Answers
0
tried with <img> tag, but didnt work
0
ok let me try