The blockquote HTML element represents a section that is quoted from another source.
Syntax
HTML
<blockquote attribute-name="attribute-value"></blockquote>
Attributes
Name | Value | Description |
---|---|---|
cite | URI | URL referencing the original source for the quoted material |
CSS
blockquote { display: block; margin: 1em 40px 1em 40px; }