CLICK HERE

Earning More

Clickz

Friday, December 3, 2010

Let The Image Float To The Left/Right Of a Paragraph coding

<html>
<body>
<title>
Kuldeep Ji</title>

<p>
<img src="e:\HTML\060832.gif" alt="I
ove You" align="left" width="132" height="132">
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="e:\HTML\080907_001936.gif" alt="Kuldeep Ji" align="right" width="132" height="132">
A paragraph with an image. The align attribute of the image is set to "right". The image will float to the right of this text.
</p>

</body>
</html>

No comments:

Post a Comment