css text-decoration文字劃線使用方法
語(yǔ)法:
text-decoration : none || underline || blink || overline || line-through
參數(shù):
none : 無(wú)裝飾
blink : 閃爍
underline : 下劃線
line-through : 貫穿線
overline : 上劃線
說(shuō)明:
檢索或設(shè)置對(duì)象中的文本的裝飾。
有href特性的a,以及u,ins對(duì)象默認(rèn)值為underline 。
對(duì)象strike,s,del,默認(rèn)值是line-through。
沒(méi)有文本的對(duì)象此屬性不會(huì)作用。
對(duì)應(yīng)的腳本特性為textDecoration。請(qǐng)參閱我編寫的其他書目。
示例:
div { text-decoration : underline; }
div { text-decoration : underline overline; }
作者:大學(xué)生新聞網(wǎng) 來(lái)源:大學(xué)生新聞網(wǎng)
發(fā)布時(shí)間:2025-03-23 閱讀:
- css font-stretch使用方法
- font-stretch : normal | narrower | wider | ultra-condensed | extra-condensed
- 03-21 關(guān)注:4
- css font字體使用方法
- font : font-style || font-variant || font-weight || font-size || line-height || font-family
- 03-21 關(guān)注:4