home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 133 / dpcs0399.iso / INTERNET / COFFEE / HTMLED55 / SETUP.EXE / file0233.bin < prev    next >
Encoding:
Text File  |  1998-11-04  |  3.6 KB  |  71 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>HTML 4.0 Generic Block-level Elements</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 list of generic block-level elements in HTML 4.0.">
  15. <meta name="keywords" content="generic block-level elements, element, tags, tag, block, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG">
  16. <script type="text/javascript">
  17. <!--
  18. function toggle() {
  19.   if (document.all.toggler.value == "Hide non-strict elements") {
  20.      document.styleSheets[0].addRule("li.transitional", "display:none");
  21.      document.styleSheets[0].addRule(".transitional", "speak:none");
  22.      document.all.toggler.value = "Show non-strict elements";
  23.   } else {
  24.      document.styleSheets[0].addRule("li.transitional", "display:list-item");
  25.      document.styleSheets[0].addRule(".transitional", "speak:inherit");
  26.      document.all.toggler.value = "Hide non-strict elements";
  27.   }
  28. }
  29. // -->
  30. </script>
  31. </head>
  32. <body>
  33. <h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
  34. <h1>Generic Block-level Elements</h1>
  35. <script type="text/javascript">
  36. <!--
  37.   if (document.styleSheets) {
  38.     var gt;
  39.     gt = unescape(new String("%3E"));
  40.  
  41.     document.write("<p" + gt + "<input type=button value=\"Hide non-strict elements\" id=toggler accesskey=s onclick=\"toggle()\"" + gt + "<\/p" + gt);
  42.   }
  43. // -->
  44. </script>
  45. <ul class=elements>
  46.   <li><a href="address.html">ADDRESS</a> - Address</li>
  47.   <li><a href="blockquote.html">BLOCKQUOTE</a> - Block quotation</li>
  48.   <li class=transitional><a href="center.html">CENTER</a> - Centered block</li>
  49.   <li><a href="../phrase/del.html">DEL</a> - Deleted text</li>
  50.   <li><a href="div.html">DIV</a> - Generic block-level container</li>
  51.   <li><a href="h1.html">H1</a> - Level-one heading</li>
  52.   <li><a href="h2.html">H2</a> - Level-two heading</li>
  53.   <li><a href="h3.html">H3</a> - Level-three heading</li>
  54.   <li><a href="h4.html">H4</a> - Level-four heading</li>
  55.   <li><a href="h5.html">H5</a> - Level-five heading</li>
  56.   <li><a href="h6.html">H6</a> - Level-six heading</li>
  57.   <li><a href="hr.html">HR</a> - Horizontal rule</li>
  58.   <li><a href="../phrase/ins.html">INS</a> - Inserted text</li>
  59.   <li class=transitional><a href="isindex.html">ISINDEX</a> - Input prompt</li>
  60.   <li><a href="noscript.html">NOSCRIPT</a> - Alternate script content</li>
  61.   <li><a href="p.html">P</a> - Paragraph</li>
  62.   <li><a href="pre.html">PRE</a> - Preformatted text</li>
  63. </ul>
  64. <div class=footer>
  65. <address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></address>
  66. <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>
  67. <p class=copyright><a href="http://www.htmlhelp.com/copyright.html">Copyright ⌐</a> 1998 Liam Quinn. All rights reserved.</p>
  68. </div>
  69. </body>
  70. </html>
  71.