Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <h2>Images sur un autre serveur</h2> <img src="../images/w3schools_green.jpg" alt="W3Schools.com" style="width:104px;height:142px;"> </body> </html>