Some people might want to make a picture on their site. PIctures are useful in many ways. They can show your page's uniqueness sometimes.
Using this tag, you can put what you wanted on your website. It allows you to set up the image.
Attributes of < img > tag:
src="URLofPIC" This will allow you to select your image.
width="#" This will allow you to set the width of your image in pixels. The height will automatically resize.
height="#" This will allow you to set the height of your image in pixels. The width will automatically resize.
border="#" This will allow you to set the size in pixels of your image's border.
bordercolor=#****** This will allow you to set the color of the border. The stars represent the hexidecimal color code.