डाउनलोड का उपयोग करें हाइपरलिंक के क्लिक पर फ़ाइल को डाउनलोड करने के लिए सेट करने के लिए विशेषता। विशेषता का मान डाउनलोड की गई फ़ाइल के नाम पर सेट करें, उदाहरण के लिए, छवि।
उदाहरण
<!DOCTYPE html> <html> <body> <h3>if statement in Java</h3> <p>The following is an image explaining the concept if <b>if-statmement in Java</b> (Click to download):<p> <a href = "https://www.tutorialspoint.com/java/images/if_statement.jpg" download> <img border = "0" src = "https://www.tutorialspoint.com/java/images/if_statement.jpg" alt="Java" width="400" height="450"> </a> </body> </html>