欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!

1、取消全站u下划线

u{text-decoration:none}

2、勾销指定盒子对象u下划线标签下划线

.no_u u{text-decoration:none}

抒发:勾销对象class=no_u内u标签下划线花式。

3、残缺实例代码

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>勾销指定u下划线款式 CSS5</title>
<style>
.no_u u{text-decoration:none}
</style>
</head>
<body>
<p><u>下划线标签</u>,默认使用</p>
<p class="no_u">去掉<u>指定u字体下划线</u></p>
</body>
</html>

4、造诣截图

去掉下划线
去掉指定对象内字体下划线

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/css3-style/c53164.shtml