HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

blockquote

Description

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

Syntax

HTML

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

Attributes

Global

NameValueDescription
citeURIURL referencing the original source for the quoted material

CSS

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

Examples

1 · cite

2 · CSS

3 · JS