css text-decoration文字劃線使用方法
語法:
text-decoration : none || underline || blink || overline || line-through
參數(shù):
none : 無裝飾
blink : 閃爍
underline : 下劃線
line-through : 貫穿線
overline : 上劃線
說明:
檢索或設置對象中的文本的裝飾。
有href特性的a,以及u,ins對象默認值為underline 。
對象strike,s,del,默認值是line-through。
沒有文本的對象此屬性不會作用。
對應的腳本特性為textDecoration。請參閱我編寫的其他書目。
示例:
div { text-decoration : underline; }
div { text-decoration : underline overline; }
作者:大學生新聞網(wǎng) 來源:大學生新聞網(wǎng)
- css font-stretch使用方法
- font-stretch : normal | narrower | wider | ultra-condensed | extra-condensed
- 03-21 關注:4
- css font字體使用方法
- font : font-style || font-variant || font-weight || font-size || line-height || font-family
- 03-21 關注:4