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> <p>Insérer une image d'un autre dossier :</p> <img src="../images/stickman.gif" alt="Stickman" width="24" height="39"> <p>Insérer une image depuis un site web :</p> <img src="../images/lamp.jpg" alt="Lamp" width="32" height="32"> </body> </html>