Skip to content

Block quotes

Example

<textbox>
    <p>
        A famous quote by Oscar Wilde says:
    </p>
    <blockquote>
        <p>
            Be yourself; everyone else is already taken.
        </p>
    </blockquote>
</textbox>

Attributes

The blockquote element supports the following attributes:

Attribute Type Default Description
name xs:Name - Name of this element. Must be unique among all element names in this course variant.
tags TokenList Whitespace-separated list of tags of this element.