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

'aLink' Syntax and Note

Note:

Read and write property. 
Sets all active links' color. 


Value: 
Web color name or hexadecimal value in #RRGGBB format.
    
Syntax:
    
document.body.aLink = value
document.getElementById("bodyID").aLink = value
document.all.bodyID.aLink = value // IE only

    

      
      








Related examples in the same category

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