HTML images are defined with the img tag, and the filename of the image source is specified in the src attibute.
Images in HTML have a set of size attributes, which specifies the width and height of the image.
The alt attribute should reflect the image content,so users who cannot see the image gets an understanding of what the image contains.