代码示例:(标识:eg_html_img_hspace_vspace)
<html>
<body>

<h3>不带有 hspace 和 vspace 的图像:</h3>
<p>
<img src="/logo.png" align="middle" />
This is some text. This is some text. This is some text.
</p>

<h3>带有 hspace 和 vspace 的图像:</h3>
<p>
<img src="/logo.png" align="middle" hspace="30" vspace="30" />
This is some text. This is some text. This is some text.
</p>

</body>
</html>
运行结果: