HTML Tags
Global Attributes
Attributes
HTML Tutorial
Download HTML Attribute
Location of the new page
Attributes
download
Attribute download makes the URL target link file to be opened for download than opening on the browser for display or expected action in correspondence to the href value.
-
download
This attribute could be downloaded
- with the original file name
- or with a new name suggestion
for the downloaded file
<a download="newfilename.txt" href="download.txt"> Download the file</a>Copy
<a download href="download.txt"> Download the file</a>Copy