Hyper Text Markup Language (HTML) Question:
Download Questions PDF

How do I let people download a file from my page?

HTML Interview Question
HTML Interview Question

Answer:

Once the file is uploaded to the server, you need only use an anchor reference tag to link to it. An example would be:
<a href="../files/foo.zip">Download Foo Now! (100kb ZIP)</a>

Download HTML Interview Questions And Answers PDF

Previous QuestionNext Question
How do I create a link?How can I make a form with custom buttons?