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> <head> <style> img { affichage: inline-block; } </style> </head> <body> <p>Un élément img est affiché comme ceci :</p> <p>Some text<img src="smiley.gif" alt="Smiley face" width="42" height="42">some text.</p> <p>Changez les paramètres CSS par défaut pour voir l'effet.</p> </body> </html>