BLOCKQUOTE

 [tree logo] '><br>
The BLOCKQUOTE element is used to identify a significant portion of
quoted material, typically a paragraphy or more. The browsing software
should render this portion, in an appropriate way.  Typically this may
be slightly indented, or italicized, as is normally the case in printed
text. The BLOCKQUOTE also causes a paragraph break, and typically forces
white space both before and after the quotation. However, as always, do
not make any assumptions about how BLOCKQUOTE will be rendered by a
user's browsing software and <em>never</em> use the element merely to
achieve a typographic effect.
<p>Also note that despite common sense and authorial expectation (or
intention!), Blockquote man <em>not</em> appear inside a P element,
although it <em>may</em> nest within another BLOCKQUOTE, as well as
appearing in FORM, LI, or DD.</p>
<p>For example, the following text:</p>
<pre>
<p>I think it ends
<BLOCKQUOTE>Soft you now, the fair Ophelia. Nymph, in
thy orisons, be all my sins remembered.  Fair twilight,
and foxy swarms of ants, did slyly open the jars of jam.
</BLOCKQUOTE>
but I might be wrong.</p>
</pre>
<p>must be marked up:</p>
<pre>
<p>I think it ends</p>
<BLOCKQUOTE>Soft you now, the fair Ophelia. Nymph, in thy
orisons, be all my sins remembered.  Fair twilight, and
foxy swarms of ants, did slyly open the jars of jam.
</BLOCKQUOTE>
<p>but I might be wrong.</p>
<p>Note that BLOCKQUOTE may be used to quote substantial portions of
other HTML documents. For this reason some unexpected elements are
allowed as content in BLOCKQUOTE, such as Headings, Form and Address.
These are meant to be included <em>only</em> in this special
applicaton, quoting HTML documents.</p>
</pre>
<p>
<HR>
<H2>Content</H2>
<UL COMPACT>
<LI><A HREF=address -- Address, signature, or byline for document or passage

  • blockquote -- Quoted passage
  • dir --  [You Can Skip This] Directory list
  • dl -- Definition list, or glossary
  • form -- Fill-out or data-entry form
  • h1 -- Heading, level 1
  • h2 -- Heading, level 2
  • h3 -- Heading, level 3
  • h4 -- Heading, level 4
  • h5 -- Heading, level 5
  • h6 -- Heading, level 6
  • hr -- Horizontal rule
  • img -- Image; icon, glyph or illustration
  • isindex --  [You Can Skip This] Document is a searchable index to corpus of documents
  • menu -- Menu list
  • ol -- Ordered, or numbered list
  • p -- Paragraph
  • pre -- Preformatted text
  • ul -- Unordered list

  • Tag Minimization
    Open Tag: REQUIRED
    Close Tag: REQUIRED
    See ATTRIBUTES
    See CONTENT DECLARATION


    Parent Elements


    Top Element List
    All Element List
    Tree
    html-s DTD