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>Nuances de gris</h1> <p>En utilisant des valeurs égales pour le rouge, le vert et le bleu, vous obtiendrez différentes nuances de gris :</p> <h2 style="background-color:#3c3c3c;">#3c3c3c</h2> <h2 style="background-color:#616161;">#616161</h2> <h2 style="background-color:#787878;">#787878</h2> <h2 style="background-color:#b4b4b4;">#b4b4b4</h2> <h2 style="background-color:#f0f0f0;">#f0f0f0</h2> <h2 style="background-color:#f9f9f9;">#f9f9f9</h2> </body> </html>