blob: 29f511b7ccfa6b8e27f9486a5ba5997098c14c5a (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<!--#set var="revision" value="\$Id: index.html,v 1.52 2002-10-12 09:28:31 link Exp $"
--><!--#set var="date" value="\$Date: 2002-10-12 09:28:31 $"
--><!--#set var="title" value="The W3C HTML Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
<div id="skip" class="intro">
<p>
Welcome to the W3C HTML Validation Service; a free service that checks
documents like HTML and XHTML for conformance to W3C Recommendations
and other standards.
</p>
</div>
<div>
<h2>Validate Files</h2>
<p>
You can enter a URI in the <code>Address</code> field below, or choose
a file to upload. There is also an <a title="Extended Interface to the
W3C HTML Validation Service" href="detailed.html">Extended
Interface</a> available if you want to set any advanced options.
</p>
<form method="get" action="check">
<p>
<label title="Address of page to Validate" for="uri">Address:
<input id="uri" name="uri" size="40" /></label>
<input type="submit" value="Validate URI..." />
</p>
</form>
<form method="post" enctype="multipart/form-data" action="check">
<p>
<label title="Choose a Local File to Upload and Validate" for="uploaded_file">Local File:
<input type="file" id="uploaded_file" name="uploaded_file" size="30" /></label>
<input type="submit" value="Validate File..." />
</p>
</form>
</div>
<div>
<h2><a name="recent">Recent Updates</a></h2>
<p class="intro">
These are the most recent major changes to this service. See
"<a href="whatsnew.html">What's New</a>" for more details.
</p>
<dl>
<dt><a href="whatsnew.html#2001-10-06">October 06, 2001</a></dt>
<dd>Finished web site redesign and added Tip-of-the-Day.</dd>
<dt><a href="whatsnew.html#2001-09-24">September 26, 2001</a></dt>
<dd>Added experimental support for SVG 1.0 and spec-prod 2.0.</dd>
<dt><a href="whatsnew.html#2001-09-13">September 13, 2001</a></dt>
<dd>Added support for XHTML 1.1, XHTML Basic 1.0, and MathML 2.0.</dd>
</dl>
</div>
<!--#include virtual="footer.html" -->
</body>
</html>
|