XML FOR DOMINO


caption element
Example

Represents the caption associated with an image.

Containment Hierarchy

Contained by: <picture>

Syntax

<!ELEMENT caption ( #PCDATA )>

Content

#PCDATA


Attributes

<!ATTLIST caption
position(%caption.positions;)"below"
>

position


Defined entity for <caption> element

The %caption.positions; entity defines the options for positioning the caption for an image in relation to that image.

Syntax:

<!ENTITY % caption.positions "below | center">

Example
See Also