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...")
In HTML, the blockquote represents quoted text.
Description
Content inside aelement 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
- blockquote @ w3.org