Blockquote

The Blockquote Building Block is used to indicate a large section of text from another source, such as an article. A blockquote comprises several key components, including an indentation, a paragraph of text, and a citation/author section.

Considerations

  • Do: Use a Blockquote when directly quoting another source, or individual.
  • Do: Add a citation for the blockquote.
  • Don't: Use a blockquote to style normal text.
  • Don't: Remove the source citation section.
    Explore

    Preview

    Image
    Blockquote Building Block Preview

    Code

    <figure class="uacm-blockquote">
        <blockquote>
            <p>#ToDo: Add a blockquote. Learn more about the <a
                    href="https://coursemaker.arizona.edu/build/building-blocks/blockquote"
                    target="_blank">Blockquote</a> building block in the
                Course
                Maker website.</p>
        </blockquote>
        <figcaption>
            ~ Add <cite>Source Here</cite>
        </figcaption>
    </figure>