Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { padding: 3px; border-left-style: solid; border-left-color: darkred; } </style> </head> <body> <div>Border-left-color Eigenschaft mit einem benannten Farbwert.</div> </body> </html>