home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 133 / dpcs0399.iso / INTERNET / COFFEE / HTMLED55 / SETUP.EXE / file0151.bin < prev    next >
Encoding:
Text File  |  1998-11-04  |  4.5 KB  |  51 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>DOCTYPE - Document Type Declaration</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 Document Type Declarations for giving the version of HTML to which a document adheres.">
  15. <meta name="keywords" content="DOCTYPE, doctype, document type declaration, document type definition, DTD, dtd, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG, <!doctype> tag, <!DOCTYPE> tag">
  16. </head>
  17. <body>
  18. <h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
  19. <h1>DOCTYPE - Document Type Declaration</h1>
  20. <p>Each <abbr class=initialism title="HyperText Markup Language">HTML</abbr> document must begin with a <em>document type declaration</em> that declares which version of <abbr class=initialism title="HyperText Markup Language">HTML</abbr> the document adheres to. HTMLá4.0 comes in three flavors, each with a different <strong class=html>DOCTYPE</strong>:</p>
  21. <dl>
  22.   <dt><a name=strict>HTML 4.0 Strict</a></dt>
  23.   <dd>
  24.     <p>HTMLá4.0 Strict is a trimmed down version of HTMLá4.0 that emphasizes structure over presentation. <a href="../deprecated.html">Deprecated</a> elements and attributes (including most presentational attributes), <a href="../frames/index.html">frames</a>, and link targets are not allowed in HTMLá4.0 Strict. By writing to HTMLá4.0 Strict authors can achieve accessible, structurally rich documents that easily adapt to <a href="http://www.htmlhelp.com/reference/css/">style sheets</a> and different browsing situations. However, since many browsers lack full support for style sheets, HTMLá4.0 Strict documents may look bland on common visual browsers such as Netscape Navigator 3.<var>x</var>.</p>
  25.     <p>The document type declaration for HTMLá4.0 Strict is</p>
  26.     <pre><code class=html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
  27.         "http://www.w3.org/TR/REC-html40/strict.dtd"></code></pre>
  28.   </dd>
  29.   <dt><a name=transitional>HTML 4.0 Transitional</a></dt>
  30.   <dd>
  31.     <p>HTML 4.0 Transitional includes all elements and attributes of <a href="#strict">HTMLá4.0 Strict</a> but adds presentational attributes, <a href="../deprecated.html">deprecated</a> elements, and link targets. HTMLá4.0 Transitional recognizes the relatively poor browser support for <a href="http://www.htmlhelp.com/reference/css/">style sheets</a>, allowing many <abbr class=initialism title="HyperText Markup Language">HTML</abbr> presentation features to be used as a transition towards HTMLá4.0 Strict.</p>
  32.     <p>The document type declaration for HTMLá4.0 Transitional is</p>
  33.     <pre><code class=html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
  34.         "http://www.w3.org/TR/REC-html40/loose.dtd"></code></pre>
  35.   </dd>
  36.   <dt><a name=frameset>HTML 4.0 Frameset</a></dt>
  37.   <dd>
  38.     <p>HTML 4.0 Frameset is a variant of <a href="#transitional">HTMLá4.0 Transitional</a> for documents that use <a href="../frames/index.html">frames</a>. The <strong class=html><a href="../frames/frameset.html">FRAMESET</a></strong> element replaces the <strong class=html><a href="body.html">BODY</a></strong> in a Frameset document.</p>
  39.     <p>The document type declaration for HTMLá4.0 Frameset is</p>
  40.     <pre><code class=html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
  41.         "http://www.w3.org/TR/REC-html40/frameset.dtd"></code></pre>
  42.   </dd>
  43. </dl>
  44. <div class=footer>
  45. <address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></address>
  46. <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>
  47. <p class=copyright><a href="http://www.htmlhelp.com/copyright.html">Copyright ⌐</a> 1998 Liam Quinn. All rights reserved.</p>
  48. </div>
  49. </body>
  50. </html>
  51.