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