请问用p标签的方法能不能设置?怎么设置?
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>文本样式</title>
<style type="text/css">
/*写出CSS样式*/
p{
height:80px;
background-color:#eee;
text-align:center;
line-height:80px;
font-size:2em;
line-height: 5em;
}
span{
color: red;
veertical-align:middle;
text-decoration: underline;
}
</style>
</head>
<body>
<!--写出html代码-->
<p><img src="http://img1.sycdn.imooc.com/climg//59c21bae000157fa01000059.jpg"/>CSS层叠样式表<span>cascading style sheets</span></p>
</body>
</html>
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星