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> <p>Je suis normal</p> <p style="color:red;">Je suis rouge</p> <p style="color:blue;">Je suis bleu</p> <p style="font-size:50px;">Je suis grand</p> </body> </html>