xxxxxxxxxx
<html>
<body>
<h1>Download Attribute Example for the a Element</h1>
<p>
<a href="/examples/file-sample_150kB.pdf" download="filename.pdf"
>Download pdf file with a custom filename</a
>
</p>
<p>
<a href="/examples/file-sample_150kB.pdf" download
>Download pdf file with the existing filename</a
>
</p>
</body>
</html>