Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { padding: 10px; width: 50%; border: solid #666; border-top-color: darkred; } </style> </head> <body> <div>Border-top-color property with a named color value.</div> </body> </html>