Images
The <img> tag
The <img> tag is used to insert images into a webpage. There are two parts to the <img> tag, the src attribute and the alt attribute. The src attribute is where the link to the image is located. The alt attribute is where the alternate text is located, that will be displayed if the image is not.
<img src="link" alt="alternatetext">
