'title' Syntax and Note : title stylesheet « Javascript Properties « JavaScript Reference

'title' Syntax and Note

Note:

Read and write property. 
Specifies the style sheet title.
    
Syntax:
    
document.styleSheets[index].title
document.all.styleID.title

    

      
      








Related examples in the same category

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