Blockquote (HTML element)

From Wiki @ Karl Jones dot com
Revision as of 10:48, 1 May 2016 by Karl Jones (Talk | contribs) (Created page with "In HTML, the '''blockquote''' represents quoted text. == Description == Content inside a <blockquote> element must be quoted from another source. If it has...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In HTML, the blockquote represents quoted text.

Description

Content inside a
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>


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

See also

External links