HomeReferencesHTML Tags

HTML Tag: blockquote

A large quotation. The content of a blockquote element must include block-level elements such as headings, lists, paragraphs or div's.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Required Attributes

  • None.

Optional Attributes

  • cite can be used to specify the location (in the form of a URI) where the quote has come from.
  • Common attributes

Example


<blockquote cite="http://www.htmldog.com/reference/htmltags/blockquote/">
	<p>A large quotation. The content of a blockquote element must include block-level elements such as headings, lists, paragraphs or div's.</p>
	<p>cite can be used to specify the location (in the form of a URI) where the quote has come from.</p>
</blockquote>