css文字下划线、去掉文字下划线、上划线、中划线

我来纠错
//文字下划线
a {text-decoration:underline;}

//文字上划线
a {text-decoration:overline;}

//文字中划线
a {text-decoration:line-through;}

//去掉文字修饰线条
a {text-decoration:none;}
发送
热门关键词:
命令
知识类型:
标题描述:
详细解答:

提交审核您编辑的知识会经过 前端大牛 人工审核。