英文那个下划线为什么是断断续续的,

来源:4-3 编程练习

yzz_8912这样呀

2018-07-18 11:29:21

http://img.mukewang.com/climg/5b4eb3ae0001ef7828240386.jpg

<!DOCTYPE html>

<html>

<head>

<title>4-3</title>

<meta charset="utf-8">

<style type="text/css">

div{line-height: 150px;background: #f2f2f2;text-align: center;}

        .one{font-size: 50px;}

        .two{font-size:25px;color: red;text-transform: capitalize;text-decoration: underline;vertical-align: 10px;}

        .three{vertical-align: -11px;}

</style>

</head>

<body>

  <div>

      <span class="three"><img src="img/CSS3.jpg"/></span>

      <span class="one">CSS层叠样式表</span>

      <span class="two">(cascading&nbsp;style&nbsp;sheets)</span>

  </div>

</body>

</html>


写回答

1回答

妮可妮可妮_

2018-07-18

http://img.mukewang.com/climg/5b4eba770001c48106880102.jpg

测试了你的代码,并没有出现截图的效果,可能是浏览器解析的问题,可以尝试使用其他浏览器测试一下哦!

1

0 学习 · 36712 问题

查看课程