home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 133 / dpcs0399.iso / INTERNET / COFFEE / HTMLED55 / SETUP.EXE / file0145.bin < prev    next >
Encoding:
Text File  |  1998-11-04  |  7.0 KB  |  98 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-us>
  4. <head>
  5. <title>HEAD - Document Head</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 HEAD element for a document's head.">
  15. <meta name="keywords" content="HEAD, head element, document head, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG, <head> tag, <HEAD> 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("li.transitional", "display:none");
  22.      document.styleSheets[0].addRule("span.transitional", "display:none");
  23.      document.styleSheets[0].addRule("li.frameset", "display:none");
  24.      document.styleSheets[0].addRule("span.frameset", "display:none");
  25.      document.styleSheets[0].addRule(".transitional", "speak:none");
  26.      document.styleSheets[0].addRule(".frameset", "speak:none");
  27.      document.all.toggler.value = "Show non-strict elements";
  28.   } else {
  29.      document.styleSheets[0].addRule("div.transitional", "display:block");
  30.      document.styleSheets[0].addRule("li.transitional", "display:list-item");
  31.      document.styleSheets[0].addRule("li.frameset", "display:list-item");
  32.      document.styleSheets[0].addRule("span.transitional", "display:inline");
  33.      document.styleSheets[0].addRule("span.frameset", "display:inline");
  34.      document.styleSheets[0].addRule(".transitional", "speak:inherit");
  35.      document.styleSheets[0].addRule(".frameset", "speak:inherit");
  36.      document.all.toggler.value = "Hide non-strict elements";
  37.   }
  38. }
  39. // -->
  40. </script>
  41. </head>
  42. <body>
  43. <h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
  44. <h1>HEAD - Document Head</h1>
  45. <script type="text/javascript">
  46. <!--
  47.   if (document.styleSheets) {
  48.     var gt;
  49.     gt = unescape(new String("%3E"));
  50.  
  51.     document.write("<p" + gt + "<input type=button value=\"Hide non-strict elements\" id=toggler accesskey=s onclick=\"toggle()\"" + gt + "<\/p" + gt);
  52.   }
  53. // -->
  54. </script>
  55. <table>
  56.   <tr valign=top>
  57.     <th>Syntax</th>
  58.     <td><HEAD>...</HEAD></td>
  59.   </tr>
  60.   <tr valign=top>
  61.     <th>Attribute Specifications</th>
  62.     <td>
  63.       <ul>
  64.         <li>PROFILE=<var><a href="../values.html#uri">URI</a></var> (dictionary of meta info)</li>
  65.         <li><a href="../attrs.html#i18n">internationalization attributes</a></li>
  66.       </ul>
  67.     </td>
  68.   </tr>
  69.   <tr valign=top>
  70.     <th>Contents</th>
  71.     <td>Exactly one <a href="title.html">TITLE</a> element, optional <a href="base.html">BASE</a><span class=transitional> and <a href="../block/isindex.html">ISINDEX</a></span> element<span class=transitional>s</span>, and zero or more <a href="../special/script.html">SCRIPT</a>, <a href="style.html">STYLE</a>, <a href="meta.html">META</a>, <a href="link.html">LINK</a>, or <a href="../special/object.html">OBJECT</a> elements</td>
  72.   </tr>
  73.   <tr valign=top>
  74.     <th>Contained in</th>
  75.     <td><a href="../html/html.html">HTML</a></td>
  76.   </tr>
  77. </table>
  78. <p>The <strong class=html>HEAD</strong> element contains <em>header information</em> about the document, such as its title, keywords, description, and style sheet. <strong class=html>HEAD</strong> is required in all documents, but its start and end tags are always optional. The <strong class=html>HEAD</strong> element is followed by the <strong class=html><a href="../html/body.html">BODY</a></strong><span class=frameset> in HTMLá4.0 <a href="../html/doctype.html#strict">Strict</a> and <a href="../html/doctype.html#transitional">Transitional</a> documents; in HTMLá4.0 <a href="../html/doctype.html#frameset">Frameset</a> documents, the <strong class=html>HEAD</strong> is followed by a <strong class=html><a href="../frames/frameset.html">FRAMESET</a></strong> element</span>.</p>
  79. <p>Content in the <strong class=html>HEAD</strong> is generally not rendered, with the exception of the required <strong class=html><a href="title.html">TITLE</a></strong> element. If the <strong class=html></HEAD></strong> end tag is omitted, the first <strong class=html><a href="../html/body.html">BODY</a></strong><span class=frameset> or <strong class=html><a href="../frames/frameset.html">FRAMESET</a></strong></span> element infers the end of the <strong class=html>HEAD</strong>.</p>
  80. <p>The optional <strong class=html>PROFILE</strong> attribute of <strong class=html>HEAD</strong> gives the location of a metadata profile. A profile defines properties that may be used by <strong class=html><a href="meta.html">META</a></strong> and <strong class=html><a href="link.html">LINK</a></strong> elements within the <strong class=html>HEAD</strong>. There is no prescribed format for profiles.</p>
  81. <p class=note>Work is currently underway on improving the use of metadata on the Web. See the <abbr class=initialism title="World Wide Web Consortium"><a href="http://www.w3.org/">W3C</a></abbr>'s <a href="http://www.w3.org/Metadata/">Metadata and Resource Description</a> area for the latest information.</p>
  82. <h2>More Information</h2>
  83. <ul>
  84.   <li><a href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-HEAD">HEAD 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#head">HEAD 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.2">HEAD in HTMLá2.0 Standard</a></li>
  87.   <li><a href="http://www.htmlhelp.com/reference/wilbur/head/head.html">HEAD 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.27.html">HEAD in <cite>Learning HTMLá3.2 by Examples</cite></a></li>
  89.   <li><a href="http://www.w3.org/Metadata/">Metadata at W3C</a></li>
  90. </ul>
  91. <div class=footer>
  92. <address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></address>
  93. <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>
  94. <p class=copyright><a href="http://www.htmlhelp.com/copyright.html">Copyright ⌐</a> 1998 Liam Quinn. All rights reserved.</p>
  95. </div>
  96. </body>
  97. </html>
  98.