File: index.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 (40 lines) | stat: -rw-r--r-- 2,868 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
<!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 4.0 Reference</title>
<link rev=Made href="mailto:liam@htmlhelp.com">
<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 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>
  <dt><a href="http://www.htmlhelp.com/distribution/">Offline Versions</a></dt>
  <dd>Downloadable versions of this reference suitable for offline use.</dd>
</dl>
<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="olist.html">ElementsbyFunction</a>~ <a href="alist.html">ElementsAlphabetically</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>