blockquote

The blockquote HTML element represents a section that is quoted from another source.

Syntax

HTML

<blockquote attribute-name="attribute-value"></blockquote>

Attributes

NameValueDescription
citeURIURL referencing the original source for the quoted material

CSS

blockquote
{
    display: block;
    margin: 1em 40px 1em 40px;
}

Examples

1 · cite

2 · CSS

HomeMenu