Pirative
Home Discovery Login

17 - Images

May 17, 2047

The <img> tag in HTML is used to display images on a web page.

It works like a picture frame where you specify the source of the image using the "src" attribute. This can be the path to an image file on your computer or a URL pointing to an image hosted on the internet.

The image is then loaded by the browser and displayed within the <img> tag.