CSS display元素类型转换
时间:6年前 阅读:7392
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
p{
border: 3px solid orange;
width: 100px;
/*转成行级元素*/
display: inline;
}
a{
width: 100px;
height: 100px;
border: 3px solid orange;
display: block;
text-decoration: none;
color: blue;
}
</style>
</head>
<body>
<p>班组里还有</p>
<p>跑了40多公里</p>
<p>大年初一</p>
<br /><br />
<a href="">一天下来跑了40多公里</a>
<a href="">忙的时候就要跑三趟</a>
<a href="">算起来有60公里路</a>
<a href="">一种至高的肯定和鞭策</a>
</body>
</html>
本站声明:网站内容来源于网络,如有侵权,请联系我们https://www.qiquanji.com,我们将及时处理。
微信扫码关注
更新实时通知


网友评论