Difference between revisions of "Blockquote (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 8: Line 8:
  
 
== Examples ==
 
== Examples ==
 
<pre>
 
<blockquote>
 
  <p>The quote is input here. </p>
 
</blockquote>
 
</pre>
 
 
  
 
  <nowiki><blockquote>
 
  <nowiki><blockquote>

Revision as of 10:49, 1 May 2016

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