Image  - <IMG>

Previous- ILAYER - Inline Layer  |  Next-INPUT - Form input control

Description
Defines an image to be included on the web page.
Attributes
NameValuesDescription
aligntop|middle|bottom|left|right|absmiddle|baseline|absbottom|texttopAlignment
alttextAlternative entry
bordernumber
classclassnameClass of the element which is used to associate the element with a style sheet.
controls
datafldcolumn_name
datasrcid
dirltr|rtlThe direction in which text flows when surrounded by text which flows in different directions.
dynsrcstring
event_namescript_codeDefines script to run on event such as OnMouseOver
heightnumberHeight
hspacenumber
idstringA unique name to identify an element.
ismap
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
longdescurl
loopnumberLoop counter
lowsrcurl
namestringNames a tag, particularly important in client side progamming and essential when submitting form data.
srcurlSource filename
startnumber|stringStarting number or character for list item.
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.
usemapurl
vspacenumber
widthnumberWidth

Example
<img height=252 width=142 src="nowhere.gif" alt="Одна из моих картинок. Пересадочная станция">
Will be displayed as :
Одна из моих картинок. Пересадочная станция

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
YES YES YES YES YES YES YES YES YES

Previous- ILAYER - Inline Layer  |  Next-INPUT - Form input control