html table border color code example
Example 1: border color css
border: 1px;
border-color: #3581fc;
Example 2: table border css
table, th, td {
border: 1px solid black;
}
border: 1px;
border-color: #3581fc;
table, th, td {
border: 1px solid black;
}