Which HTML tag is used to define an image on a webpage? 🔊
The HTML tag used to define an image on a webpage is the <img> tag. This is a self-closing tag that typically includes attributes like src for the image file path, alt for alternative text describing the image, and width and height for specifying the dimensions. The inclusion of images enhances the visual appeal of web content and plays a crucial role in effective communication of information.
Equestions.com Team – Verified by subject-matter experts