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>HTML Images</h2> <p>Les images HTML sont définies avec la balise img :</p> <img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142"> </body> </html>