CLICK HERE

Earning More

Clickz

Friday, December 3, 2010

Insert Images codes

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

<p>
An image:
<img src="e:\HTML\butterfly-8205.jpg" alt="Smiley face" width="50" height="50" />
</p>

<p>
A moving image:
<img src="e:\HTML\ilu.gif" alt="I love you Kuldeep Ji" width="88" height="88" />
</p>

<p>
Note that the syntax of inserting a moving image is no different from a non-moving image.
</p>

</body>
</html>

2 comments: