CLICK HERE

Earning More

Clickz

Friday, December 3, 2010

Aligning Images codes

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

<p>An image
<img src="e:\HTML\143.gif" alt="Kuldeep Ji" align="bottom" width="32" height="32">
with align="bottom".</p>

<p>An image
<img src="e:\HTML\143.gif" alt="Kuldeep Ji" align="middle" width="32" height="32">
with align="middle".</p>

<p>An image
<img src="e:\HTML\143.gif" alt="Kuldeep Ji" align="top" width="32" height="32">
with align="top".</p>

<p><b>Tip:</b> align="bottom" is default!</p>

<p><img src="e:\HTML\143.gif" alt="Kuldeep Ji" width="32" height="32">
An image before the text.</p>

<p>An image after the text.
<img src="e:\HTML\143.gif" alt="Kuldeep Ji" width="42" height="42"></p>

</body>
</html>

No comments:

Post a Comment