'rules' Syntax and Note : rules « Javascript Properties « JavaScript Reference

'rules' Syntax and Note

Note:

Read and write property. 
Sets the inner borders in a table. 
    
Syntax:
    
document.getElementById("tableID").rules = value
document.all.tableID.rules = value // IE only

    

      
      








Related examples in the same category

1.'rules' Example
2.'rules' Possible Values
3.'rules' is applied to