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

'caption' Syntax and Note

Note:

Read and write property (NN), and read-only (IE) property. 
Set the caption for table.
    
Syntax:
    
document.getElementById("tableID").caption = value
document.all.tableID.caption // IE only

    

      
      








Related examples in the same category

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