Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Sauvegarder le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <h1>L'attribut download</h1> <p>Cliquez sur l'image pour la télécharger :<p> <a href="../images/myw3schoolsimage.jpg" download> <img src="../images/myw3schoolsimage.jpg" alt="W3Schools" width="104" height="142"> </a> <p><b>Remarque :</b>L'attribut download n'est pas pris en charge dans IE ou Edge (version antérieure à 18), ou dans Safari (version antérieure à 10.1).</p> </body> </html>