HTML div border color
border-color: "can be any color how you like";
border-top-color: green;
border-right-color: red;
border-bottom-color: black;
border-left-color: orange;
HTML div border color - how to create - example
Example 1:
CSS cod above will display this CSS result -
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML div border color - how to create - example</title>
<meta name="description" content="HTML div border color - how to create - example - learn how to create div border color into your page." />
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML div border color - how to create - example</title>
<meta name="description" content="HTML div border color - how to create - example - learn how to create div border color into your page." />
<style type="text/css">
body {
padding: 12px; font-family: Verdana, Geneva, sans-serif; font-size: 14px; line-height: 20px;}
.container
{ width: 200px; background: #D8FBD6;
border-top-color: green;
border-right-color: red;
border-bottom-color: black;
border-left-color: orange;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid; }
div.generic ul {color:green;}
-->
</style>
</head>
<body>
<div class="container">
<p>Generic content...</p>
<ul>
<li>Text 1</li>
<li>Text 2</li>
<li>Text 3</li>
</ul>
</div>
</html>
Note: For border color to work on your page, you must add border width and border style
HTML div border color
HTML div border color - html tutorial
Online Editor
This tool makes it easy to create, adjust, and experiment with custom colors for the web.
HTML Templates

Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.
CSS HTML Layout

Find here examples of creative and unique website layouts.
Free CSS HTML Menu

Find here examples of creative and unique website CSS HTML menu.