I want to create a download link when I click the picture. I tried with below link. but isn't it work.it opened as a new page. please help me.
<a href="example.pdf" download>
<img src="example.jpg" alt="W3Schools">
</a>`
I want to create a download link when I click the picture. I tried with below link. but isn't it work.it opened as a new page. please help me.
<a href="example.pdf" download>
<img src="example.jpg" alt="W3Schools">
</a>`
Comments
Post a Comment