the html img tag is used to
embed an image in web page.
images are not techrically inserted into a web page;
images are linked to web pagres.
the img tag creates a holding space for the referenced image.
the img tag is empty, it contains attributes only, and does not have a closing tag.