1. ホーム
  2. html

[解決済み] ハイパーリンクをアンダーラインなしで表示するには?

2022-02-18 15:36:01

質問

ハイパーリンクをアンダーラインなしで表示するには?

どのように解決するのですか?

a:link {
    text-decoration: none;
    color: #0000CC;
}
a:visited {
    text-decoration: none;
    color: #0000CC;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}

(少なくとも、そのような 私たち するのです)

あ、あと オーダー は重要です。