xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<title>HTML:<img> hspace 属性 - 大卫编程网 div.cn</title>
<body>
<h4>图片无hspace:</h4>
<p><img src="haha.gif" alt="haha face" width="42" height="42" align="middle"> This is some text. This is some text. This is some text.</p>
<h4>图片有hspace:</h4>
<p><img src="haha.gif" alt="haha face" width="42" height="42" align="middle" hspace="40">This is some text. This is some text. This is some text.</p>
</body>
</html>