XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
element img

Model
<img
  alt = Text
  class = xs:NMTOKENS
  dir = <TODO local simpleType in attribute>
  height = Length
  id = xs:ID
  ismap = <TODO local simpleType in attribute>
  lang = LanguageCode
  lang = xs:language
  longdesc = URI
  onclick = Script
  ondblclick = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script
  src = URI
  style = StyleSheet
  title = Text
  usemap = URI
  width = Length>

</img>


Attribute Summary
 Textalt
          
 xs:NMTOKENSclass
          
 <TODO local simpleType in attribute>dir
          
 Lengthheight
          
 xs:IDid
          
 <TODO local simpleType in attribute>ismap
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 URIlongdesc
          
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 URIsrc
          
 StyleSheetstyle
          
 Texttitle
          
 URIusemap
           usemap points to a map element which may be in this document or an external document, although the latter is not widely supported  
 Lengthwidth
          

Attribute Detail

alt

Text alt


class

xs:NMTOKENS class


dir

<TODO local simpleType in attribute> dir


height

Length height


id

xs:ID id


ismap

<TODO local simpleType in attribute> ismap


lang

LanguageCode lang


lang

xs:language lang
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .


longdesc

URI longdesc


onclick

Script onclick


ondblclick

Script ondblclick


onkeydown

Script onkeydown


onkeypress

Script onkeypress


onkeyup

Script onkeyup


onmousedown

Script onmousedown


onmousemove

Script onmousemove


onmouseout

Script onmouseout


onmouseover

Script onmouseover


onmouseup

Script onmouseup


src

URI src


style

StyleSheet style


title

Text title


usemap

URI usemap
usemap points to a map element which may be in this document or an external document, although the latter is not widely supported


width

Length width


Source
<xs:element name="img">
<xs:complexType>
<xs:attributeGroup ref="attrs"/>
<xs:attribute name="src" type="URI" use="required"/>
<xs:attribute name="alt" type="Text" use="required"/>
<xs:attribute name="longdesc" type="URI"/>
<xs:attribute name="height" type="Length"/>
<xs:attribute name="width" type="Length"/>
<xs:attribute name="usemap" type="URI">
</xs:attribute>
<xs:attribute name="ismap">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="ismap"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>

XHTML 1.0 (Second Edition) Strict

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.