リンク文字の下線(アンダーライン)をなくす

動作ブラウザ 【 IE:3.0  NN:4.0】 ■CSSバージョン【1】
Internet Explorer Netscape Navigator iCab
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.x 6.0 2.x
Windows × - × × -
Macintosh × - - × ×
UNIX - - - - - - × × -

ポイント a { text-decoration:none; }
説  明 リンク文字の下線を消すにはa { text-decoration:none; }のように指定します。
サンプル <html> <head> <title>リンク文字の下線(アンダーライン)をなくす</title> <style type="text/css"><!-- a { text-decoration:none; } --></style> </head> <body> <a href="http://www.google.com/">Google</a><br> <a href="http://www.yahoo.co.jp">Yahoo</a><br> <a href="http://www.openspc2.org">OpenSpace</a><br> </body> </html>
補足説明 なし

■サンプルを実行する >>実行
■各ブラウザでの動作結果を見る >>View!