HTML Images

The HTML < img > tag is used for embedding images into an HTML document.

image

Image tag has attributes like src, width, height, alt etc. There are three image formats in constant use on the net , they are jpg, .gif and .png format.

From the following lessons you can learn how to use image tag in your HTML file and the use of images in the HTML file.