HTML Image

Started by VelMurugan, Apr 30, 2009, 08:40 PM

Previous topic - Next topic

VelMurugan

HTML Image

<img>

The <img> tag is used to embed an image on the HTML document. The attributes are as follows:

    * src: The file path to the image file.

    * width: The width of the image, in pixels.

    * height: The height of the image, in pixels.

    * alt: The text the browser will display when visitors mouse over the image. Search engines often places more weight on the text in the alt attribute.

jeckdenis

This is good information. This tag to display the image on the page, you need to use the src attribute. Src means source. The value of the src attribute of the URL to display the image.