Pages

Wednesday, 17 November 2010

HTML Images

To put image in website we can use below code

<img src="imagename.jpg" alt="wapduniya_tutorial" width="100" height="120">

Image should be uploaded to home directory.

If we want to use link of image use in this way

<img src="www.wapduniya.blogspot.com/imagename.jpg" width="100" height="120">

We can set width and height with poercent too.

Like this
<img src="www.wapduniya.blogspot.com/imagename.jpg"   width="50%" height="30%">

No comments:

Post a Comment