home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 133 / dpcs0399.iso / INTERNET / COFFEE / HTMLED55 / SETUP.EXE / file0228.bin < prev    next >
Encoding:
Text File  |  1998-11-04  |  8.1 KB  |  97 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
  2.    "http://www.w3.org/TR/REC-html40/strict.dtd">
  3. <html lang=en>
  4. <head>
  5. <title>BLOCKQUOTE - Block Quotation</title>
  6. <link rev=Made href="mailto:liam@htmlhelp.com">
  7. <link rel=Start href="../index.html">
  8. <link rel=Glossary href="http://www.htmlhelp.com/glossary/glossary.html">
  9. <link rel=Copyright href="http://www.htmlhelp.com/copyright.html">
  10. <link rel=StyleSheet href="../style.css" type="text/css">
  11. <link rel=StyleSheet href="../aural.css" type="text/css" media=aural>
  12. <meta http-equiv="Content-Script-Type" content="text/javascript">
  13. <meta name="author" content="Liam Quinn">
  14. <meta name="description" content="A description of HTML 4.0's BLOCKQUOTE element for block quotations.">
  15. <meta name="keywords" content="BLOCKQUOTE, blockquote element, bq, BQ, block quotation, quotes, quoted, quoting, quotations, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG, <blockquote> tag, <BLOCKQUOTE> tag">
  16. <script type="text/javascript">
  17. <!--
  18. function toggle() {
  19.   if (document.all.toggler.value == "Hide non-strict elements") {
  20.      document.styleSheets[0].addRule("div.transitional", "display:none");
  21.      document.styleSheets[0].addRule("span.transitional", "display:none");
  22.      document.styleSheets[0].addRule("li.transitional", "display:none");
  23.      document.styleSheets[0].addRule(".transitional", "speak:none");
  24.      document.all.toggler.value = "Show non-strict elements";
  25.   } else {
  26.      document.styleSheets[0].addRule("div.transitional", "display:block");
  27.      document.styleSheets[0].addRule("span.transitional", "display:inline");
  28.      document.styleSheets[0].addRule("li.transitional", "display:list-item");
  29.      document.styleSheets[0].addRule(".transitional", "speak:inherit");
  30.      document.all.toggler.value = "Hide non-strict elements";
  31.   }
  32. }
  33. // -->
  34. </script>
  35. </head>
  36. <body>
  37. <h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
  38. <h1>BLOCKQUOTE - Block Quotation</h1>
  39. <script type="text/javascript">
  40. <!--
  41.   if (document.styleSheets) {
  42.     var gt;
  43.     gt = unescape(new String("%3E"));
  44.  
  45.     document.write("<p" + gt + "<input type=button value=\"Hide non-strict elements\" id=toggler accesskey=s onclick=\"toggle()\"" + gt + "<\/p" + gt);
  46.   }
  47. // -->
  48. </script>
  49. <table>
  50.   <tr valign=top>
  51.     <th>Syntax</th>
  52.     <td><strong class=required><BLOCKQUOTE></strong>...<strong class=required></BLOCKQUOTE></strong></td>
  53.   </tr>
  54.   <tr valign=top>
  55.     <th>Attribute Specifications</th>
  56.     <td>
  57.       <ul>
  58.         <li>CITE=<var><a href="../values.html#uri">URI</a></var> (source of quotation)</li>
  59.         <li><a href="../attrs.html">common attributes</a></li>
  60.       </ul>
  61.     </td>
  62.   </tr>
  63.   <tr valign=top>
  64.     <th>Contents</th>
  65.     <td>
  66.       <ul>
  67.         <li>In <a href="../html/doctype.html#strict">HTMLá4.0 Strict</a>: one or more <a href="../block.html">block-level elements</a> or <a href="../special/script.html">SCRIPT</a></li>
  68.         <li class=transitional>In <a href="../html/doctype.html#transitional">HTMLá4.0 Transitional</a>: <a href="../inline.html">inline elements</a> or <a href="../block.html">block-level elements</a></li>
  69.       </ul>
  70.     </td>
  71.   </tr>
  72.   <tr valign=top>
  73.     <th>Contained in</th>
  74.     <td><span class=transitional><a href="../special/applet.html">APPLET</a>, </span><a href="blockquote.html">BLOCKQUOTE</a>, <a href="../html/body.html">BODY</a>, <a href="../forms/button.html">BUTTON</a>, <span class=transitional><a href="center.html">CENTER</a>, </span><a href="../lists/dd.html">DD</a>, <a href="../phrase/del.html">DEL</a>, <a href="div.html">DIV</a>, <a href="../forms/fieldset.html">FIELDSET</a>, <a href="../forms/form.html">FORM</a>, <span class=transitional><a href="../special/iframe.html">IFRAME</a>, </span><a href="../phrase/ins.html">INS</a>, <a href="../lists/li.html">LI</a>, <a href="../special/map.html">MAP</a>, <span class=transitional><a href="../frames/noframes.html">NOFRAMES</a>, </span><a href="noscript.html">NOSCRIPT</a>, <a href="../special/object.html">OBJECT</a>, <a href="../tables/td.html">TD</a>, <a href="../tables/th.html">TH</a></td>
  75.   </tr>
  76. </table>
  77. <p>The <strong class=html>BLOCKQUOTE</strong> element defines a <em>block quotation</em>. Unlike <a href="../special/q.html">inline quotations</a>, block quotations may contain <a href="../block.html">block-level elements</a> such as <strong class=html><a href="p.html">P</a></strong> and <strong class=html><a href="../tables/table.html">TABLE</a></strong>, but <strong class=html>BLOCKQUOTE</strong> may not be contained within a paragraph or <a href="../inline.html">inline element</a>.</p>
  78. <p>The optional <strong class=html>CITE</strong> attribute of <strong class=html>BLOCKQUOTE</strong> provides the <abbr class=initialism title="Uniform Resource Identifier">URI</abbr> of the source of the quotation. This attribute, not widely supported among browsers, allows readers to verify the authenticity of the quotation and also find related information.</p>
  79. <p>The content of the <strong class=html>BLOCKQUOTE</strong> element should be contained within other block-level elements, typically <strong class=html><a href="p.html">P</a></strong>. The following example features a quotation that includes multiple paragraphs and its own block quotation:</p>
  80. <p class=example><code class=html><BLOCKQUOTE CITE="http://www.bibliomania.com/Fiction/joyce/ulysses/telemac.html"><br><P>He pointed his finger in friendly jest and went over to the parapet, laughing to himself. Stephen Dedalus stepped up, followed him wearily half way and sat down on the edge of the gunrest, watching him still as he propped his mirror on the parapet, dipped the brush in the bowl and lathered cheeks and neck.</P><br><P>Buck Mulligan's gay voice went on.</P><br><BLOCKQUOTE><P>My name is absurd too: Malachi Mulligan, two dactyls. But it has a Hellenic ring, hasn't it? Tripping and sunny like the buck himself. We must go to Athens. Will you come if I can get the aunt to fork out twenty quid?</P></BLOCKQUOTE><br></BLOCKQUOTE></code></p>
  81. <p class=note>Authors should not use <strong class=html>BLOCKQUOTE</strong> for unquoted material just to achieve a block indentation in common visual browsers. With the rise of style sheets, such misuse of <strong class=html>BLOCKQUOTE</strong> will become less reliable while also reducing the author's ability to fully exploit the power of style sheets. <a href="http://www.htmlhelp.com/reference/css/">Cascading Style Sheets</a> provide the <strong class=css><a href="http://www.htmlhelp.com/reference/css/box/margin-left.html">margin-left</a></strong> property to indent a block.</p>
  82. <h2>More Information</h2>
  83. <ul>
  84.   <li><a href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-BLOCKQUOTE">BLOCKQUOTE in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTMLá4.0 Recommendation</a></li>
  85.   <li><a href="http://www.w3.org/TR/REC-html32#bq">BLOCKQUOTE in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTMLá3.2 Recommendation</a></li>
  86.   <li><a href="http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.4">BLOCKQUOTE in HTMLá2.0 Standard</a></li>
  87.   <li><a href="http://www.htmlhelp.com/reference/wilbur/block/blockquote.html">BLOCKQUOTE in <abbr class=initialism title="Web Design Group">WDG</abbr> HTMLá3.2 Reference</a></li>
  88.   <li><a href="http://www.hut.fi/u/jkorpela/HTML3.2/5.10.html">BLOCKQUOTE in <cite>Learning HTMLá3.2 by Examples</cite></a></li>
  89. </ul>
  90. <div class=footer>
  91. <address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></address>
  92. <p class=toolbar><a href="http://www.htmlhelp.com/"><img src="../wdglogo-small.gif" width=105 height=40 alt="Web Design Group ~"></a> <a href="../index.html" rel=Start>HTMLá4.0áReference</a>á~ <a href="../olist.html">ElementsábyáFunction</a>á~ <a href="../alist.html">ElementsáAlphabetically</a></p>
  93. <p class=copyright><a href="http://www.htmlhelp.com/copyright.html">Copyright ⌐</a> 1998 Liam Quinn. All rights reserved.</p>
  94. </div>
  95. </body>
  96. </html>
  97.