document.linkColor
リンク文字の色を参照/設定します。
構文
document.linkColor
例文
<html> <head> <title>document.linkColor</title> </head> <body link="blue"> <script type="text/javascript"><!-- document.write(document.linkColor); // --></script> </body> </html>
関連記事
- document.writeln
- document.write
- document.vlinkColor
- document.alinkColor
- document.fgColor
- document.defaultCharset
- document.charset
- document.characterSet
- document.bgColor
スポンサーリンク