HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

img

Description

The img element for HTML represents an image.

Syntax

HTML

<img attribute-name="attribute-value">

Attributes

Global

NameValueDescription
altnormal character datafallback content for the image map
heightnon-negative integerVertical dimension
ismapismap | emptySpecifies that its img element provides access to a server-side image map
srcURIURL for the audio stream
usemaphash-name referenceHash-name reference to a map element with which to associate the image
widthnon-negative integerHorizontal dimension

Examples

1 · alt

2 · height

3 · ismap

4 · src

5 · usemap

6 · width