What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Jun 25, 2008 by pilgrim
Labels: about-html, is-html-element, from-w3c
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:

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