HTML Images
HTML Images: <img> tag is used to place image in a webpage. The <img> tag is empty which means that it contains attributes only and it has no closing tag. The <img> tag element is an inline element (it does not insert a new line on a page). Attributes of <img> tag: SRC =…