'name' Syntax and Note : name 2 « Javascript Properties « JavaScript Reference

'name' Syntax and Note

Note:

Read and write property. 
Name property of a <meta> element.
Default values are Description, Generator, Keywords, ProgID, Robots, and Template.
    
Syntax:
    
document.getElementById("metaID").name = value
document.all.metaID.name = value // IE only

    

      
      








Related examples in the same category

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