HTML: / Home / Image

The Image Element

The Image element displays an image file.

<img src="ImgFile.jpg" />

The Image begin tag has one required attribute. This is the "src" attribute. The "src" attribute value contains the name of the image file to be displayed.

Notice that the Image element is an "empty" element. It does not use an End tag.

More about Files

<- Heading            Strong ->
16ImgTag