HTML/CSS/Basic Attributes/bordercolor
"bordercolor" specifies the color of the element border
<HTML>
<head>
<Title>Example For bordercolor</Title>
</head>
<BODY>
<table width="500" height="500" border="10" bordercolor="red">
<tr>
<td>www.wbex.ru</td>
</tr>
</table>
</BODY>
</HTML>