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

'borderColorLight' Example

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

    
      
      








Related examples in the same category

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