标签:idt document middle style utf-8 com bottom 设置 type
问题代码:
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
p {
border:1px solid red;
background:#eee;
}
#img2 {
width:200px;
height:200px;
}
</style>
</head>
<body>
<p><img src="1.jpg" id="img2"></p>
</body>
</html>
p {
border:1px solid red;
background:#eee;
}
#img2 {
display:block;
width:200px;
height:200px;
}
p {
border:1px solid red;
background:#eee;
}
#img2 {
width:200px;
height:200px;
vertical-align:middle;
}
p {
border:1px solid red;
background:#eee;
line-height:0;
}
#img2 {
width:200px;
height:200px;
}
p {
border:1px solid red;
background:#eee;
font-size:0;
}
#img2 {
width:200px;
height:200px;
}
标签:idt document middle style utf-8 com bottom 设置 type
原文地址:http://www.cnblogs.com/enginex/p/6811323.html