Up: Elements reference



<closing> – end of letter

Attributes:

kind
"above", "below" or "signature"
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: It ends the letter with “Sincerely yours ...” or something like that.

The default for kind is "signature" for formal letters and "above" else. "above" means that the contents of <closing> is printed above the space for the signature, "below" means, well, below, and "signature" means above, but with the name of the author below.

So, if you only want to have your name below the signature, you have to say:

<closing kind="signature"/>

Example

See <letter>.