1.

Short note on various attributes of the image tag in HTML. ​

Answer»

Answer:

The (short for IMAGE) tag defines an image in an HTML document. Images are not directly inserted into the document; they are linked to the HTML pages. The element creates a holding space to embed the referenced image DESIGNATED by the src attribute.

The following table summarizes the USAGES context and the version HISTORY of this tag.

Placement: Inline

Content: None. It is an empty element.

Start/End Tag: Start tag: required, End tag: forbidden

Version: HTML 2, 3.2, 4, 4.01, 5



Discussion

No Comment Found