实例:
<html>
<head>
<title>图像大小的设定</title>
</head>
<body>
<center>
<p>
缩小图像
<p><img src="../../imge/6-3.gif" width="350" height="200">
<p>原图显示
<p>
<img src="../../imge/6-3.gif" width="400" height="236">
<p>放大图像
<p>
<img src="../../imge/6-3.gif" width="500" height="250">
</p>
</center>
</body>
</html>
效果:
缩小图像
原图显示
放大图像


发表评论