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