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

'abbr' Syntax and Note

Note:

Read and write property. 
Set an abbreviated element text. 
    
Syntax:
    
document.getElementById("elementID").abbr = value
document.all.elementID.abbr = value // IE only

    

      
      








Related examples in the same category

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