Home : Advice : HTML Tutorials : Insert Image


In this tutorial I will show you how to place a image in your html file.

Creepy Spider Image

Now here is the code:

<img src="images/sp.gif" width="81" height="88" border="0">

5 steps take place in this code.

1. You start with the img (image) tag.

2. You define the source of the image with the src tag. This is the URL where your image is located in your file directory. I always put all my images in a directory called images.

3. You define the width and height of the image.

4. Define the border width. I always put 0 for no border.

5. Close your image tag.


Copyright 2004 - 2005 FREEWEBHOSTINGADVICE.COM Contact | Privacy Policy & Legal