text-decoration: none;
ブラウザ |
|
---|---|
プロパティ |
text-decoration は、文字の装飾(下線、上線、取り消し線、点滅)を指定するプロパティです。
a要素に対してこのプロパティ(値 none
)を設定すると、リンクテキストの下線を消すことができます。
a {
text-decoration: none;
}
プロパティ名 | 値 | 説明 |
---|---|---|
text-decoration |
none |
装飾なし (下線を消す) |
ブラウザ |
|
---|---|
プロパティ |
text-decoration は、文字の装飾(下線、上線、取り消し線、点滅)を指定するプロパティです。
a要素に対してこのプロパティ(値 none
)を設定すると、リンクテキストの下線を消すことができます。
a {
text-decoration: none;
}
プロパティ名 | 値 | 説明 |
---|---|---|
text-decoration |
none |
装飾なし (下線を消す) |