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> <h1 style="background-color:#404040;">#404040</h1> <h1 style="background-color:#686868;">#686868</h1> <h1 style="background-color:#a0a0a0;">#a0a0a0</h1> <h1 style="background-color:#bebebe;">#bebebe</h1> <h1 style="background-color:#dcdcdc;">#dcdcdc</h1> <h1 style="background-color:#f8f8f8;">#f8f8f8</h1> </body> </html>