Up: Elements reference



<quote> – inline quotation

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: Inserts an inline quotation, and adds the quotation marks according to the current language.

Example

     <p>An old German country saying:
     <quote xml:lang="de">Sind die Hühner platt wie Teller, war
       der Traktor wieder schneller.</quote></p>

Yields:

An old German country saying: ,,Sind die Hühner platt wie Teller, war der Traktor wieder schneller.“