|
|
ImgElement
The img element represents an image or graphic.
You are here: Home > HTML Reference > Elements > <img> element
Usage
<img src="infinite-cats.jpg"
width="640"
height="480"
alt="[A picture of a cat looking at pictures of cats]">...
Attributes
Common attributes:
Other attributes:
- align
- controls
- dynsrc
- galleryimg
- hspace
- ismap
- longdesc
- loop
- lowsrc
- name
- start
- suppress
- usemap
- vrml
- vspace
- common attributes
Browser compatibility
| Test | IE8 | IE7 | IE6 | FF3 | FF2 | Saf3 |
| appears in DOM | Y | Y | Y | Y | Y | Y |
| applies style | Y | Y | Y | Y | Y | Y |
Further reading
Sign in to add a comment
