Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Sauvegarder le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <head> <style> body { afficher: bloc; marge: 8px; } body:focus { contour: aucun; } </style> </head> <body> Le contenu du document...... <p>Changez les paramètres CSS par défaut pour voir l'effet.</p> </body> </html>