Code
<!DOCTYPE html>
<html>
    <head>
        <title>Wikitechy HTML download attribute</title>
    </head>
    <body>
        <a href="https://www.wikitechy.com/images/logo.png" download>
        <img src="https://www.wikitechy.com/images/logo.png" alt="wikitechy logo" width="100" height="100"></a>
    </body>
</html>                                                                                                                                                                                                                                                                                                                                                

Result