The blockquote element represents a section that is quoted from another source.
A blockquote element must have both a start tag and an end tag.
any element that can contain flow elements
interface HTMLQuoteElement : HTMLElement { attribute DOMString cite; };