Hyper Text Markup Language (HTML) Question:
Download Job Interview Questions and Answers PDF
How do I let people download a file from my page?
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>
<a href="../files/foo.zip">Download Foo Now! (100kb ZIP)</a>
Download HTML Interview Questions And Answers
PDF
Previous Question | Next Question |
How do I create a link? | How can I make a form with custom buttons? |