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;}
<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%;}
时间: 2024-10-24 21:17:32