css text-underline-position使用方法
語法:
text-underline-position : below | above
參數:
below : 在文本下面
above : 在文本上面
說明:
設置或檢索text-decoration屬性定義的下劃線的位置。
對應的腳本特性為textUnderlinePosition。請參閱我編寫的其他書目。
示例:
p { text-underline-position: above; text-decoration: underline; }
計算機學習推薦