You can change the color of a table border by inserting the bordercolor attribute within the opening table tag (<table>).
<table border="1" bordercolor="#0000CC"> <tr> <td>Text1</td> <td>Text2</td> </tr> </table>
Next Lesson