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 Top-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 top-level elements in HTML 4.0.">
|
---|
15 | <meta name="keywords" content="top-level elements, element, tags, tag, 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.frameset", "display:none");
|
---|
21 | document.styleSheets[0].addRule(".frameset", "speak:none");
|
---|
22 | document.all.toggler.value = "Show non-strict elements";
|
---|
23 | } else {
|
---|
24 | document.styleSheets[0].addRule("li.frameset", "display:list-item");
|
---|
25 | document.styleSheets[0].addRule(".frameset", "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>Top-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="html.html">HTML</a> - <abbr class=initialism title="HyperText Markup Language">HTML</abbr> document
|
---|
47 | <ul>
|
---|
48 | <li><a href="../head/head.html">HEAD</a> - Document head</li>
|
---|
49 | <li><a href="body.html">BODY</a> - Document body</li>
|
---|
50 | <li class=frameset><a href="../frames/frameset.html">FRAMESET</a> - Frameset</li>
|
---|
51 | </ul>
|
---|
52 | </li>
|
---|
53 | </ul>
|
---|
54 | <div class=footer>
|
---|
55 | <address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></address>
|
---|
56 | <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>
|
---|
57 | <p class=copyright><a href="http://www.htmlhelp.com/copyright.html">Copyright ©</a> 1998 Liam Quinn. All rights reserved.</p>
|
---|
58 | </div>
|
---|
59 | </body>
|
---|
60 | </html>
|
---|