File: html.html

package info (click to toggle)
wdg-html-reference 2.0-1
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 2,748 kB
  • ctags: 295
  • sloc: makefile: 41
file content (102 lines) | stat: -rw-r--r-- 6,638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
   "http://www.w3.org/TR/REC-html40/strict.dtd">
<html lang=en-us>
<head>
<title>HTML - HTML Document</title>
<link rev=Made href="mailto:liam@htmlhelp.com">
<link rel=Start href="../index.html">
<link rel=Glossary href="../../glossary/glossary.html">
<link rel=Copyright href="../../copyright.html">
<link rel=StyleSheet href="../style.css" type="text/css">
<link rel=StyleSheet href="../aural.css" type="text/css" media=aural>
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="author" content="Liam Quinn">
<meta name="description" content="A description of HTML 4.0's HTML element for enclosing the HTML document.">
<meta name="keywords" content="HTML, html element, HTML document, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG, &lt;html&gt; tag, &lt;HTML&gt; tag">
<script type="text/javascript">
<!--
function toggle() {
  if (document.all.toggler.value == "Hide non-strict attributes") {
     document.styleSheets[0].addRule("div.transitional", "display:none");
     document.styleSheets[0].addRule("span.transitional", "display:none");
     document.styleSheets[0].addRule("li.transitional", "display:none");
     document.styleSheets[0].addRule("li.frameset", "display:none");
     document.styleSheets[0].addRule("span.frameset", "display:none");
     document.styleSheets[0].addRule(".transitional", "speak:none");
     document.styleSheets[0].addRule(".frameset", "speak:none");
     document.all.toggler.value = "Show non-strict attributes";
  } else {
     document.styleSheets[0].addRule("div.transitional", "display:block");
     document.styleSheets[0].addRule("li.transitional", "display:list-item");
     document.styleSheets[0].addRule("li.frameset", "display:list-item");
     document.styleSheets[0].addRule("span.transitional", "display:inline");
     document.styleSheets[0].addRule("span.frameset", "display:inline");
     document.styleSheets[0].addRule(".transitional", "speak:inherit");
     document.styleSheets[0].addRule(".frameset", "speak:inherit");
     document.all.toggler.value = "Hide non-strict attributes";
  }
}
// -->
</script>
</head>
<body>
<h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
<h1>HTML - <abbr class=initialism title="HyperText Markup Language">HTML</abbr> Document</h1>
<script type="text/javascript">
<!--
  if (document.styleSheets) {
    var gt;
    gt = unescape(new String("%3E"));

    document.write("<p" + gt + "<input type=button value=\"Hide non-strict attributes\" id=toggler accesskey=s onclick=\"toggle()\"" + gt + "<\/p" + gt);
  }
// -->
</script>
<table>
  <tr valign=top>
    <th>Syntax</th>
    <td>&lt;HTML&gt;...&lt;/HTML&gt;</td>
  </tr>
  <tr valign=top>
    <th>Attribute Specifications</th>
    <td>
      <ul>
        <li class=transitional>VERSION=<var><a href="../values.html#cdata">CDATA</a></var> (<abbr class=initialism title="HyperText Markup Language">HTML</abbr> version)</li>
        <li><a href="../attrs.html#i18n">internationalization attributes</a></li>
      </ul>
    </td>
  </tr>
  <tr valign=top>
    <th>Contents</th>
    <td>
      <ul>
        <li>In HTML4.0 <a href="doctype.html#strict">Strict</a><span class=transitional> and <a href="doctype.html#transitional">Transitional</a></span>: <a href="../head/head.html">HEAD</a> followed by <a href="body.html">BODY</a></li>
        <li class=frameset>In HTML4.0 <a href="doctype.html#frameset">Frameset</a>: <a href="../head/head.html">HEAD</a> followed by <a href="../frames/frameset.html">FRAMESET</a></li>
      </ul>
    </td>
  </tr>
  <tr valign=top>
    <th>Contained in</th>
    <td>Not applicable--HTML is a top-level element</td>
  </tr>
</table>
<p>The <strong class=html>HTML</strong> element contains the <em><abbr class=initialism title="HyperText Markup Language">HTML</abbr> document</em>, made up of the <strong class=html><a href="../head/head.html">HEAD</a></strong> followed by the <strong class=html><a href="body.html">BODY</a></strong><span class=frameset>, except in <a href="doctype.html#frameset">Frameset</a> documents where the <strong class=html><a href="../frames/frameset.html">FRAMESET</a></strong> element replaces the <strong class=html>BODY</strong></span>. The start and end tags of the <strong class=html>HTML</strong> element are both optional.</p>
<p>The <strong class=html>LANG</strong> attribute is typically set on the <strong class=html>HTML</strong> element to specify the base language of the document. The language should be specified according to <a href="http://ds.internic.net/rfc/rfc1766.txt" title="Tags for the Identification of Languages"><abbr class=initialism title="Request for Comments">RFC</abbr> 1766</a>; examples include <strong class=html>en</strong> for English, <strong class=html>en-US</strong> for American English, and <strong class=html>ja</strong> for Japanese.</p>
<div class=transitional>
<p>The <a href="../deprecated.html">deprecated</a> <strong class=html>VERSION</strong> attribute specifies the Document Type Definition (<abbr class=initialism>DTD</abbr>) that describes the document. This attribute should not be used since the <a href="doctype.html">DOCTYPE</a> declaration makes it redundant.</p>
</div>
<h2>More Information</h2>
<ul>
  <li><a href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-HTML">HTML in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTML4.0 Recommendation</a></li>
  <li><a href="http://www.w3.org/TR/REC-html32#html">HTML in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTML3.2 Recommendation</a></li>
  <li><a href="http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.1">HTML in HTML2.0 Standard</a></li>
  <li><a href="../../wilbur/body/html.html">HTML in <abbr class=initialism title="Web Design Group">WDG</abbr> HTML3.2 Reference</a></li>
  <li><a href="http://www.hut.fi/u/jkorpela/HTML3.2/5.29.html">HTML in <cite>Learning HTML3.2 by Examples</cite></a></li>
</ul>
<div class=footer>
<address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> &lt;<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>&gt;</address>
<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>HTML4.0Reference</a>~ <a href="../olist.html">ElementsbyFunction</a>~ <a href="../alist.html">ElementsAlphabetically</a></p>
<p class=copyright><a href="../../copyright.html">Copyright </a> 1998 Liam Quinn. All rights reserved.</p>
</div>
</body>
</html>