IMG
The img element represents an image.
SYNTAX
HTML
<img attribute-name="attribute-value">
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
alt | normal character data | fallback content for the image map |
height | non-negative integer | Vertical dimension |
ismap | ismap | empty | Specifies that its img element provides access to a server-side image map |
src | URI | URL for the audio stream |
usemap | hash-name reference | Hash-name reference to a map element with which to associate the image |
width | non-negative integer | Horizontal dimension |