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 { style-de-bordure: solide; border-top-color: #ff0000; } </style> </head> <body> <p>Ceci est un texte dans un paragraphe.</p> </body> </html>