Blockquote (HTML element)

From Wiki @ Karl Jones dot com
Revision as of 10:49, 1 May 2016 by Karl Jones (Talk | contribs)

Jump to: navigation, search

In HTML, the blockquote represents quoted text.

Description

Content inside a blockquote element must be quoted from another source.

If it has address, a cite attribute should present.

Examples

<blockquote>
  <p>The quote is input here. </p>
</blockquote>


See also

External links