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 { background-color: #fc9; /* identique à #ffcc99 */ } h1 { couleur: #f0f; /* identique à #ff00ff */ } p { couleur: #b58; /* identique à #bb5588 */ } </style> </head> <body> <h1>CSS code hexadécimal à 3 chiffres</h1> <p>Ceci est un paragraphe.</p> </body> </html>