Dynamicdeezign, documentation of html and css
The guide to create your Web site on Internet
 

<img> : Embedded image

The IMG element embeds an image in the current document at the location of the element's definition.
The IMG element has no content; it is usually replaced inline by the image designated by the src attribute, the exception being for left or right-aligned images that are "floated" out of line.
Attributes
-) src
This attribute specifies the location of the image resource. Examples of widely recognized image formats include GIF, JPEG, and PNG.
-) longdesc
This attribute specifies a link to a long description of the image. This description should supplement the short description provided using the alt attribute. When the image has an associated image map, this attribute should provide information about the image map's contents. This is particularly important for server-side image maps. Since an IMG element may be within the content of an A element, the user agent's mechanism in the user interface for accessing the "longdesc" resource of the former must be different than the mechanism for accessing the href resource of the latter.
-) name
This attribute names the element so that it may be referred to from style sheets or scripts. Note. This attribute has been included for backwards compatibility. Applications should use the id attribute to identify elements.
Attributes defined elsewhere
-) id, class (document-wide identifiers)
-) alt (alternate text)
-) lang (language information), dir (text direction)
-) title (element title)
-) style (inline style information)
-) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events)
-) ismap, usemap (client side image maps)
-) align, width, height, border, hspace, vspace (visual presentation of objects, images, and applets)


Example

<img src="../images/logo.gif" alt="dynamicdeezign logo">

Gives

dynamicdeezign logo






For complete reference see html reference at W3C
R0..1   R0..2   R1..1   R1..2   R1..3   R1..4   R1..5   R1..6   R1..7   R1..8   R1..9   R1..10   R1..11   R1..12  
R1..13   R1..14   R1..15   R1..16   R1..17   R1..18   R1..19   R1..20   R2..1   R2..2   R3..1   R3..2   R3..3   R3..4  
R3..5   R3..6   R3..7   R3..8   R3..9   R4..1   R5..1   R5..2   R5..3   R6..1   R6..2   R7..1   R7..2   R8..1  
R9..1   RA..1   RA..2   RA..3   RB..1   RB..2   RB..3   RB..4   RC..1   RC..2   RC..3   RD..1   RD..2   RD..3