Computer Science, asked by rishavsarkar122, 6 months ago

How do I create an HTML Page which contains a downloadable file.

Answers

Answered by SP85
0

Example:-

Specify a value for the download attribute, which will be the new filename of the downloaded file ("w3logo.jpg" instead of "myw3schoolsimage.jpg"):

<a href="/images/myw3schoolsimage.jpg" download="w3logo">

Similar questions