Learn HTML in Tamil [Complete HTML Tutorial For Beginners Tamil FREE]
DOWNLOAD MY WORK FILE HERE : http://techtamizhan.in/html-beginners-practice.zip
The HTML IMAGE tag is used to embed an image in a web page.
Images are not technically inserted into a web page; images are linked to web pages. The Image tag creates a holding space for the referenced image.
The Image tag is empty, it contains attributes only, and does not have a closing tag.
The HTML Image tag has two required attributes:
β’ src β Specifies the path to the image
β’ alt β Specifies an alternate text for the image
