Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> div { padding: 3px; border-left-style: solid; border-left-color: #1c87c9; } </style> </head> <body> <div>La propriété border-left-color avec une valeur hexadecimal.</div> </body> </html>