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> h1.intro { couleur: bleu; text-align: center; } .important { couleur-de-fond: jaune; } </style> </head> <body> <h1 class="intro important">Header 1</h1> <p>Un paragraphe.</p> </body> </html>