标签: html css text properties
我有一个具有text-underline:none属性的样式表,它真的是一个CSS属性吗?
text-underline:none
答案 0 :(得分:2)
不,它不是有效的CSS属性。相反,您可以使用text-decoration: none。
text-decoration: none
text-underline属性通常在Microsoft Word生成的CSS中找到。
text-underline