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> p.bad { largeur: -100px; couleur: vert; } </style> </head> <body> <h2>Erreur : Valeurs invalides</h2> <p class="bad">Ceci est un paragraphe.</p> </body> </html>