在html和css中字体下划线如何设置

字体下划线在html中的使用u标签设置,而在css使用text-decoration: underline设置,具体操作如下

在html中的使用<u>标签的用法是:

<p>这是一段在html中使用u标签的下滑线段落</p>

对应的在css样式中,文字下划线使用text-decoration: underline的写法

p{text-decoration: underline;}

比如

<p>这是一段在css中使用text-decoration: underline;表示下划线的文字锻炼</p>

css的写法和html中s标签写法效果一样。

© 版权声明
THE END
喜欢就支持一下吧
点赞0赞赏 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容