Up: Elements reference



<cell> – table entry

Attributes:

colspan
number of columns the entry occupies (default: "1")
align
"left", "center" or "right" – alignment (default: value from preamble)
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: Encloses one rectangular row/column field in a table. colspan corresponds to the \multicolumn macro in LaTeX, and align is clear, I think.

Example

See <table>.