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> samp { police: monospace; } </style> </head> <body> <p>Un élément samp est affiché comme ceci :</p> <samp>Sortie d'exemple d'un programme informatique</samp> <p>Changez les paramètres CSS par défaut pour voir l'effet.</p> </body> </html>