xxxxxxxxxx
<a href="/path/to/file.txt" download="file_name">download</a>
Value for download attribute is the name for downloaded file.
<a href="/path/to/file.txt" download>download</a>
It is optional.
xxxxxxxxxx
<a href="myFile.png" download>Click to download</a>
with (download) attribute