In HTML, images are defined using <img> tag. The <img> tag is empty, it contains attributes only, and does not have a closing tag. The src attribute specifies the URL (web address) of the image. It is important to take note of the file type of the image. (.jpg, .png, .gif)