Download Links
HC · Links & Navigationsyntax
<a href="file-url" download="filename">Download</a>example
<a href="/reports/q4-summary.pdf" download="Q4-Report.pdf">
Download Q4 Report
</a>Note The download attribute only works for same-origin URLs or blob/data URIs. Cross-origin files will open in the browser instead of downloading.