home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 133 / dpcs0399.iso / INTERNET / COFFEE / HTMLED55 / SETUP.EXE / file0159.bin < prev    next >
Encoding:
Text File  |  1998-11-04  |  5.1 KB  |  89 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>DD - Definition Description</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 name="author" content="Liam Quinn">
  13. <meta name="description" content="A description of HTML 4.0's DD element for descriptions in a definition list.">
  14. <meta name="keywords" content="DD, dd element, definition description, definitions, definition list, lists, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG, <dd> tag, <DD> tag">
  15. </head>
  16. <body>
  17. <h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
  18. <h1>DD - Definition Description</h1>
  19. <table>
  20.   <tr valign=top>
  21.     <th>Syntax</th>
  22.     <td><strong class=required><DD></strong>...</DD></td>
  23.   </tr>
  24.   <tr valign=top>
  25.     <th>Attribute Specifications</th>
  26.     <td>
  27.       <ul>
  28.         <li><a href="../attrs.html">common attributes</a></li>
  29.       </ul>
  30.     </td>
  31.   </tr>
  32.   <tr valign=top>
  33.     <th>Contents</th>
  34.     <td><a href="../inline.html">Inline elements</a>, <a href="../block.html">block-level elements</a></td>
  35.   </tr>
  36.   <tr valign=top>
  37.     <th>Contained in</th>
  38.     <td><a href="dl.html">DL</a></td>
  39.   </tr>
  40. </table>
  41. <p>The <strong class=html>DD</strong> element provides the <em>definition</em> of a <a href="dt.html">term</a> in a <a href="dl.html">definition list</a>. The closing tag for <strong class=html>DD</strong> is optional, but its use prevents common browser bugs with <a href="http://www.htmlhelp.com/reference/css/">style sheets</a>.</p>
  42. <p><strong class=html>DD</strong> may contain <a href="../block.html">block-level elements</a> such as <strong class=html><a href="../block/p.html">P</a></strong>, <strong class=html><a href="../block/h2.html">H2</a></strong>, <strong class=html><a href="../tables/table.html">TABLE</a></strong>, and <strong class=html><a href="dl.html">DL</a></strong>. This allows definition lists to be nested, as in the following example:</p>
  43. <pre class=example><code class=html><DL>
  44.  
  45.   <DT><A NAME="spanning-tree">Spanning tree</A></DT>
  46.   <strong><DD></strong>
  47.     <P>
  48.       A spanning tree of a graph is a <A HREF="#tree">tree</A>
  49.       that contains all the vertices of the graph. There are two
  50.       main types of spanning trees:
  51.     </P>
  52.  
  53.     <DL>
  54.       <DT>BFS spanning tree</DT>
  55.       <strong><DD></strong>
  56.         A spanning tree formed by a breadth-first search on the graph.
  57.       <strong></DD></strong>
  58.       <DT>DFS spanning tree</DT>
  59.       <strong><DD></strong>
  60.         A spanning tree formed by a depth-first search on the graph.
  61.       <strong></DD></strong>
  62.     </DL>
  63.   <strong></DD></strong>
  64.  
  65.   <DT><A NAME=tree>Tree</A></DT>
  66.   <strong><DD></strong>
  67.     <P>
  68.       A tree is a connected, undirected graph without cycles.
  69.     </P>
  70.   <strong></DD></strong>
  71.  
  72. </DL></code></pre>
  73. <p>A <strong class=html>DD</strong> element should generally be preceded by a <strong class=html><a href="dt.html">DT</a></strong> element that gives the term defined by the <strong class=html>DD</strong>. A single definition term may have multiple definitions associated with it, and a single definition may have multiple terms.</p>
  74. <h2>More Information</h2>
  75. <ul>
  76.   <li><a href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-DD">DD in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTMLá4.0 Recommendation</a></li>
  77.   <li><a href="http://www.w3.org/TR/REC-html32#dl">DD in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTMLá3.2 Recommendation</a></li>
  78.   <li><a href="http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.6.5">DD in HTMLá2.0 Standard</a></li>
  79.   <li><a href="http://www.htmlhelp.com/reference/wilbur/list/dd.html">DD in <abbr class=initialism title="Web Design Group">WDG</abbr> HTMLá3.2 Reference</a></li>
  80.   <li><a href="http://www.hut.fi/u/jkorpela/HTML3.2/5.17.html">DD in <cite>Learning HTMLá3.2 by Examples</cite></a></li>
  81. </ul>
  82. <div class=footer>
  83. <address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></address>
  84. <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>
  85. <p class=copyright><a href="http://www.htmlhelp.com/copyright.html">Copyright ⌐</a> 1998 Liam Quinn. All rights reserved.</p>
  86. </div>
  87. </body>
  88. </html>
  89.