如果是在HTML代码中,文本有下划线可能是由于 <u> 标签或 CSS 样式引起的。
去掉 <u> 标签,或者在CSS中设置:

text-decoration: none;

 

标签: none

添加新评论