Document: linkColor プロパティ
Deprecated
Avoid using this feature in new projects. Document color attributes are superseded by CSS. This feature may be a candidate for removal from web standards or browsers.>
Consider using the following features instead: background-color、Color、CSS object model、またはgetComputedStyle().>
Document.linkColor プロパティは、文書内のリンクの色を取得または設定します。
このプロパティは非推奨です。代替手段として、 CSS の color プロパティを HTML のアンカーリンク (<a>) または :link 擬似クラスで設定することができます。もう一つの代替手段に document.body.link がありますが、これは HTML 4.01 で非推奨になりました。