码迷,mamicode.com
首页 > Web开发 > 详细

css字行标签谁写写

时间:2016-08-11 22:13:55      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:

技术分享
 1 <body>
 2     <p>我在这里啊</p>
 3 </body>
 4  <style type="text/css">
 5     p{
 6         width:100px;
 7         height:100px;
 8         border:2px solid red;
 9        /* line-height:100px;*/
10        line-height:20%;
11 
12     }
13 </style>
14 p{line-height:100px;}
View Code
技术分享
<body>
<p>我在这里啊</p>
</body>
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
    <title>26.html</title>
    <style type="text/css">
    p{
        width:100px;
        height:100px;
        border:2px solid red;
       /* line-height:550%;*/
    }
</style>

<head>
  p{line-height:100px; }p{line-height:550%;}    
View Code

 

css字行标签谁写写

标签:

原文地址:http://www.cnblogs.com/qq547372511/p/5762586.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!