The IMG tag is used to incorporate an image into your web page. For example:
<center>
<IMG src="http://songweaver.com/html/images/construct.gif" 
	width=144 height=72 border=3>
</center>
Will give you an image, centered on the page, possibly as follows:



The HEIGHT and WIDTH tags control the height and width of your images. The BORDER tag controls the width of the border around your image. To have an image with no border, set it to zero.