<html>
<body>
<h2>浮动图像</h2>
<p><strong>将图像向右浮动:</strong></p>
<p>
<img src="smiley.gif" alt="笑脸" style="float:right;width:42px;height:42px;">
带有浮动图像的段落。 带有浮动图像的段落。 带有浮动图像的段落。
</p>
<p><strong>将图像向左浮动:</strong></p>
<p>
<img src="smiley.gif" alt="笑脸" style="float:left;width:42px;height:42px;">
带有浮动图像的段落。 带有浮动图像的段落。 带有浮动图像的段落。
</p>
</body>
</html>