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> h1 { couleur: bleu; font-family: verdana; taille-de-police: 300%; } p { couleur: rouge; police: courier; taille de police: 160%; } </style> </head> <body> <h1>
Ceci est un titre
</h1> <p>Ceci est un paragraphe.</p> </body> </html>