blob: 08d2b352025ab904a2d3a432f988a52d92064f22 (
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.57 2003-02-24 23:33:18 ville Exp $"
--><!--#set var="date" value="\$Date: 2003-02-24 23:33:18 $"
--><!--#set var="title" value="The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
<div id="skip" class="intro">
<p>
Welcome to the W3C Markup 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 Markup Validation Service" href="detailed.html">Extended
Interface</a> available if you want to set any advanced options.
</p>
<form method="post" enctype="multipart/form-data" action="check">
<p>
<label title="Address of page to Validate" for="uri">Address:
<input id="uri" name="uri" size="40" /></label>
</p>
<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="40" /></label>
</p>
<p>
<label title="Reset fields to default values"><input class="reset" type="reset" value="Reset Form" /></label>
<label title="Submit file for validation"><input class="default" type="submit" value="Validate File" /></label>
</p>
</form>
</div>
<div id="recent">
<h2>Recent Updates</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#2002-12-01">December 01, 2002</a></dt>
<dd>Maintenance release to fix minor bugs.</dd>
<dt><a href="whatsnew.html#2002-11-26">November 26, 2002</a></dt>
<dd>Internal restructuring and new DTDs added. Bug fixes.</dd>
<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>
</dl>
</div>
<!--#include virtual="footer.html" -->
</body>
</html>
|