bordercolor
The bordercolor tag will change the color of the border around your table.The code for the border color tag goes inside the table tags and will look like this:
<table border="1" bordercolor="red">
<tr>
<td><B>row 1, column 1</B></td><td><B>row 1, columnn 2</B></td>
</tr>
</table>
Below is what this looks like:

