<!doctype html>
<html>
<head>
<title>hello</title>
<style type='text/css'>
.cell{
width:'200px';
height:'100px';
}
/*img{
display: inline-block;
width:'50px';
height:'50px';
}*/
</style>
</head>
<body>
<div class='cell'>
<div class='img'>
<img src="timg.jpg" ></img>
<img src="timg.jpg" ></img>
</div>
</div>
</body>
</html>
结果:
图片是多大img标签就有多大