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

'tFoot' Syntax and Note

Note:

Read and write property. 
Specifies a reference to a <tfoot> element.
    
Syntax:
    
document.getElementById("tableID").tFoot = value
document.all.tableID.tFoot = value // IE only

    

      
      








Related examples in the same category

1.'tFoot' Example
2.'tFoot' is applied to