Which tag is utilized to insert images within the body of the HTML document?
Difficulty level
The tag is used to embed images in an HTML document. It's an empty tag, meaning it doesn't have a closing tag. The source of the image is specified using the src attribute, and it can be a local path or a URL. The tag is also valid for responsive images, but the direct answer here is .