<br />HTML Tutorial for Beginners#8 Adding Image to a web page<br /><br />In this video we are going to add image to web page<br /><br /><br />Following tags and attributes are used for adding and editing image in page:<br /><br /><br />: img is empty tag it does not need to close.<br /><br />src: is attribute it denotes the URL of image<br /><br />alt: denotes alternate image or text in case if image is not available.<br /><br />width: attribute to increase decrease the size of image by width.<br /><br /><br />Height: attribute to increase decrease the size of image by Height.<br /><br /><br />The Height and Width of image always size and resize in pixels.<br /><br /><br /><br />Practice File:<br /><br /><br /><br /><br />Adding image to a web page<br /><br /><br /><br /><br /><br /><br /><br /><br />