Just point the HREF path to the file path. Note that HTML5 adds new download property. Let us specify that the browser is downloaded with a new file name, that is, the download file is renamed on the client. Instead of the original file name on the link, the suffix of the DOWNLOAD name can be changed, such as
.zip can become .text, but it will not be available after being downloaded from the original file suffix.
XML/HTML code Copy content to the clipboard