2.3.2.17 linkColor

linkColor of type DOMString

Sets or retrieves the color of the document links.

Possible values are the color name or RGB value. For more information, see [CSS-Level2-2009] section 4.3.6 Colors. Returns a six-digit hex value. The default value is #0000ff.

The linkColor property can be set by using the body object's onload event. However, you cannot use the onload event to set the link property.

This is a DOM attribute only.

The linkColor attribute extends the HTMLDocument interface.