blob: 6c8a98b79d996e427567061e30054753e15f7441 (
plain)
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
|
<!--#set var="revision" value="\$Id: index.html,v 1.3 2001-09-19 07:43:39 link Exp $" -->
<!--#set var="date" value="\$Date: 2001-09-19 07:43:39 $" -->
<!--#include virtual="/header.html" -->
<p>
Here you'll find the documentation for The W3C HTML Validation Service.
What little there is of it; additions eagerly accepted! <tt>:-)</tt>
</p>
<dl>
<dt><a href="help.html">W3C Validator Help</a></dt>
<dd><p>A quick intro and help to get you started.</p></dd>
<dt><a href="users.html">W3C Validator Users Guide</a></dt>
<dd><p>The Users Guide for the W3C Validator.</p></dd>
<dt><a href="sgml.html">SGML Cheat Sheet</a></dt>
<dd>
<p>
A quick introduction to SGML concepts as they apply to the
Validator with links to further information.
</p>
</dd>
<dt><a href="errors.html">W3C Validator Error Messages</a></dt>
<dd><p>Explanations of common error messages.</p></dd>
<dt><a href="devel.html">Developer Information</a></dt>
<dd><p>Information about the Validator for programmers.</p></dd>
</dl>
<!--#include virtual="/footer.html" -->
</body>
</html>
|