<img>

List of tags

Summary:
The img tag indicates that an image is to be included in the text flow. Image layout is done within the context of normal text layout.

Attributes:
NameData typeMandatoryDefaultDescription
idStringX A unique name for the tag within the deck
classStringX A name of a class of which the tag is a member
xml:langStringX The natural or formal language of the tag or its attributes
altString  An alternative textual representation for the image if it can not be displayed using any other method
srcURI  This attribute specifies the URI of the image to be shown
localsrcStringX Specifies an alternative internal representation for the image. If this image exists, the parameter takes precedence over any image specified in the src parameter
vspaceLengthXSmall, non-zero length Specifies the amount of white space to be inserted above and below the image. If specified as a percentage value, the resulting space is based on the available vertical space, not on the natural size of the image
hspaceLengthXSmall, non-zero length Specifies the amount of white space to be inserted to the left and right of the image. If specified as a percentage value, the resulting space is based on the available horizontal space, not on the natural size of the image
alignStringXbottom Specifies image alignment with respect to the baseline of the text. It has three possible values: 'bottom', 'middle' or 'top'
heightLengthX Specifies the height of the image. If specified as a percentage value, the resulting size is based on the available vertical space, not on the natural size of the image
widthLENGTHX Specifies the width of the image. If specified as a percentage value, the resulting size is based on the available horizontal space, not on the natural size of the image