blockquote

Purpose

Designates a block of text quoted in the current document.

Attribute groups

Attribute

Attribute Description Type Default Options Use
cite The URL of the source of the quoted material xs:string none    optional 

Example

The welcome.mlyt layout can be found in the MCS/repository/xml-repository directory.

<?xml version="1.0" encoding="UTF-8"?>
<canvas layoutName="/welcome.mlyt" pageTitle="blockquote">
  <pane name="background">
    <h3>blockquotes</h3>
    <blockquote>Some browsers will automatically indent
      blockquotes from the main text margins.</blockquote>
  </pane>
</canvas>

Related topics