HTML CSS text-decoration 上划线、下划线、删除线 属性

HTML CSS 里文本的上划线、下划线、删除线是通过 text-decoration 属性来设置的,代码如下:

text-decoration: overline; //上划线
text-decoration: line-through;//删除线
text-decoration: underline;//下划线

如果你发现错误或有其他见解,请给www.zhuei.com留言,我们会尽快更新本文!

发表评论

邮箱地址不会被公开。 必填项已用*标注