'borderColorDark' Example : borderColorDark « Javascript Properties « JavaScript Reference

'borderColorDark' Example

    
<html>
<body>
<table border="10" id="myTable">
   <tr>
      <td>Contents of the cell</td>
   </tr>
</table>
<button onclick="myTable.borderColorDark='blue';">Border color dark</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'borderColorDark' Syntax and Note
2.'borderColorDark' is applied to