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> h1 { couleur: blanc; text-shadow: 2px 2px 4px #000000; } </style> </head> <body> <h1>Effet de texte ombré !</h1> </body> </html>