<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>读书网站</title> <style type="text/css"> * { margin: 0; padding: 0; font-size: 12px; } .wrap { width: 770px; margin: 0 auto; } .header { width: 762px; border: 4px solid #badbdb; background:url(../images/images/banner.gif) no-repeat;height:92px; text-align:right; } a { text-decoration-line: none; } </style></head><body><div class="wrap"><div class="header"><a href="#">联系我们</a> |<a href="#">地图站点</a></div></div></body></html>不知道问题出在哪里
9 回答
心很空_天很蓝
TA贡献3条经验 获得超0个赞
语法:
text-decoration-line:none | [ underline || overline || line-through || blink ]
默认值:none
适用于:所有元素
继承性:无
动画性:否
计算值:指定的值
取值:
none:
指定文字无装饰
underline:
指定文字的装饰是下划线
overline:
指定文字的装饰是上划线
line-through:
指定文字的装饰是贯穿线
blink:
指定文字的装饰是闪烁。
- 9 回答
- 0 关注
- 9436 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消