home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
- "http://www.w3.org/TR/REC-html40/strict.dtd">
- <html lang=en>
- <head>
- <title>HTML 4.0 Head Elements</title>
- <link rev=Made href="mailto:liam@htmlhelp.com">
- <link rel=Start href="../index.html">
- <link rel=Glossary href="http://www.htmlhelp.com/glossary/glossary.html">
- <link rel=Copyright href="http://www.htmlhelp.com/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 list of head elements in HTML 4.0.">
- <meta name="keywords" content="head elements, element, tags, tag, header, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG">
- <script type="text/javascript">
- <!--
- function toggle() {
- if (document.all.toggler.value == "Hide non-strict elements") {
- document.styleSheets[0].addRule("li.transitional", "display:none");
- document.styleSheets[0].addRule(".transitional", "speak:none");
- document.all.toggler.value = "Show non-strict elements";
- } else {
- document.styleSheets[0].addRule("li.transitional", "display:list-item");
- document.styleSheets[0].addRule(".transitional", "speak:inherit");
- document.all.toggler.value = "Hide non-strict elements";
- }
- }
- // -->
- </script>
- </head>
- <body>
- <h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
- <h1>Head Elements</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 elements\" id=toggler accesskey=s onclick=\"toggle()\"" + gt + "<\/p" + gt);
- }
- // -->
- </script>
- <ul class=elements>
- <li><a href="base.html">BASE</a> - Document base URI</li>
- <li class=transitional><a href="../block/isindex.html">ISINDEX</a> - Input prompt</li>
- <li><a href="link.html">LINK</a> - Document relationship</li>
- <li><a href="meta.html">META</a> - Metadata</li>
- <li><a href="../special/script.html">SCRIPT</a> - Client-side script</li>
- <li><a href="style.html">STYLE</a> - Embedded style sheet</li>
- <li><a href="title.html">TITLE</a> - Document title</li>
- </ul>
- <div class=footer>
- <address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></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>HTMLá4.0áReference</a>á~ <a href="../olist.html">ElementsábyáFunction</a>á~ <a href="../alist.html">ElementsáAlphabetically</a></p>
- <p class=copyright><a href="http://www.htmlhelp.com/copyright.html">Copyright ⌐</a> 1998 Liam Quinn. All rights reserved.</p>
- </div>
- </body>
- </html>
-