The image Float
this tutorial demonstrates how to let an image float to the left or right of a paragraph.
<html>
<body>
<p>
<img src="yourimage.gif" align="left" width="48" height="48">
A paragraph with an image. the align attribute of the image is set to "left". the image will float to the left of this text.
</p>
<p>
<img src="yourimage.gif" align="right" width="48" height="48">
A paragraph with an image. the align attribute of the image is set to "right". the image will float to the left of this text.
</p>
</body>
</html>
A paragraph with an image. the align attribute of the image is set to "left". the image will float to the left of this text.
A paragraph with an image. the align attribute of the image is set to "right". the image will float to the left of this text.
May 11, 2009
0 Image Float
Posted by raj on 10:20 PM
0 comments:
Post a Comment