Gets or sets the color of links that are not active and unvisited.

[VBScript]
Public Property Link As String
[JScript]
public function get Link() : String;
public function set Link(String);

Property Value

A string representing the color of links that are not active and unvisited.

See Also

HTMLBodyElement Object | HTMLBodyElement Members | DOM Namespace