Images are a vital part of any web site. They can add expression, humor, and detail. Images ca also be used as examples. You can place images on your websiteby using the <image> tag. The way you do this is by placing a src="image location" (the file location is the pathname staring with the directory your web site is in, eg. images\image.gif would mean c:\myfolder\image.gif) attribute in the image tag, like this. <image src="yourimage.gif"> You can use .gif, .jpg, .jpeg, .bmp, and most other common image formats.


Example:
<image src="images\html.gif">