css text-underline-position使用方法
語(yǔ)法:
text-underline-position : below | above
參數(shù):
below : 在文本下面
above : 在文本上面
說(shuō)明:
設(shè)置或檢索text-decoration屬性定義的下劃線的位置。
對(duì)應(yīng)的腳本特性為textUnderlinePosition。請(qǐng)參閱我編寫的其他書目。
示例:
p { text-underline-position: above; text-decoration: underline; }
作者:大學(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