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

'summary' Syntax and Note

Note:

Read and write property. 
Specifies the summary for a table that browsers present through nonvisual means.
    
Syntax:
    
document.getElementById("tableID").summary = value
document.all.tableID.summary = value // IE only

    

      
      








Related examples in the same category

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