Up: Elements reference



<caption> – figure/table caption

Attributes:

xml:lang
human language (inherited)
id
unique name (identifier)
style/class
style properties and class (e.g. for CSS)

Possible Contents: (Text | inline element)*

Description: The caption of a float object or the origin of an aphorism. If you use it within a float, i.e. a <figure> or a <table>, you can leave it empty; in this case the float only gets a number. It doesn't get a number just because it has an id!

Example

See <figure> and <table>.