Downloadable File

I am working on a project for class and we have to insert a file that the site visitor can download. Can someone help me figure out how to do that?

Hi,
I’m not sure where your file is located, but if it is on the same URL you can simply add a ‘download’ attribute to a link

<a href="" download="my-file.txt">download me</a>

Cheers
Bob