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

'scheme' Syntax and Note

Note:

Read and write property. 
Set a value for a <meta> element.
    
Syntax:
    
document.getElementById("metaID").scheme = value
document.all.metaID.scheme = value // IE only

    

      
      








Related examples in the same category

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