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

'link' Syntax and Note

Note:

Read and write property. 
Sets the color for <a> elements. 
Value: 
Web color name or hexadecimal value in #RRGGBB format.
    
Syntax:
    
document.body.link = value

    

      
      








Related examples in the same category

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