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> body { couleur-de-fond: bleu clair; } h1 { couleur: blanc; text-align: center; } p { police: verdana; taille de police: 20px; } </style> </head> <body> <h1>Mon premier exemple CSS</h1> <p>Ceci est un paragraphe.</p> </body> </html>