To force browser to download image files on click with HTML, we add the download
attribute.
For instance, we write
<a href="/path/to/image.png" download> download </a>
to add the download
attribute to make the image at the path download instead of opening it.