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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html lang=en-us>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>HTML 4.0 Reference</title>
<link rev=Made href="mailto:liam@htmlhelp.com">
<link rel=StyleSheet href="style.css" type="text/css">
<link rel=StyleSheet href="aural.css" type="text/css" media=aural>
<meta name="author" content="Liam Quinn">
<meta name="description" content="The Web Design Group's comprehensive reference to HTML 4.0, with full descriptions of all elements and attributes.">
<meta name="keywords" content="HTML 4.0 reference, references, guide, elements, tags, element, tag, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG">
</head>
<body>
<h2><img src="wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
<h1>HTML 4.0 Reference</h1>
<p>HTML 4.0 became a <a href="http://www.w3.org/TR/REC-html40/">W3C Recommendation</a> in December of 1997. The new <abbr class=initialism title="HyperText Markup Language">HTML</abbr> standard provides a number of significant improvements over previous versions of the language while emphasizing the concepts of accessibility and structural markup.</p>
<h2>Contents</h2>
<dl>
<dt><a href="new.html">What's New in HTML4.0</a></dt>
<dd>A summary of the new features in HTML4.0 and a look at the key concepts behind the new standard.</dd>
<dt><a href="structure.html">Structure of an HTML4.0 Document</a></dt>
<dd>An explanation of elements, tags, and attributes, and how they are used in an HTML4.0 document.</dd>
<dt><a href="olist.html">Organizational List of HTML4.0 Elements</a></dt>
<dd>All HTML4.0 elements organized by their function.</dd>
<dt><a href="alist.html">Alphabetical List of HTML4.0 Elements</a></dt>
<dd>All HTML4.0 elements listed alphabetically.</dd>
<dt><a href="entities/index.html">HTML 4.0 Entities</a></dt>
<dd>All character entity references in HTML4.0 along with their numeric character references and rendering in your browser.</dd>
</dl>
<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><img src="wdglogo-small.gif" width=105 height=40 alt="Web Design Group ~"> <a href="olist.html">ElementsbyFunction</a>~ <a href="alist.html">ElementsAlphabetically</a></p>
<p class=copyright>Copyright © 1998 by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at <a href="http://www.opencontent.org/openpub/">http://www.opencontent.org/openpub/</a>).</p>
</div>
</body>
</html>
|