The <img> tag is used to embed images in an HTML page. It is an empty element (no closing tag).
Common attributes of <img>:
src– specifies the path of the image.alt– alternative text if the image cannot be displayed.widthandheight– set the image size (in px or %).
