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 { border-left: 6px solide rouge; couleur-de-fond: gris-clair; } </style> </head> <body> <h2>La propriété border-left</h2> <p>Cette propriété est une propriété abrégée pour border-left-width, border-left-style et border-left-color.</p> </body> </html>