blob: b9fda2f9ec6b0f7f2661d2a46f89e782d47918cb (
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
<!--#set var="revision" value="\$Id: index.html,v 1.59 2004-05-09 15:56:49 link Exp $"
--><!--#set var="date" value="\$Date: 2004-05-09 15:56:49 $"
--><!--#set var="title" value="The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
<div class="intro">
<p><a name="skip" id="skip"></a>
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 Your Markup</h2>
<fieldset class="front"><legend>Validate by URI</legend>
<form method="get" action="check">
<p>
<label title="Address of page to Validate" for="uri">Address:
<input id="uri" name="uri" size="40" /></label>
<label title="Submit URI for validation"><input type="submit" value="Check" /></label>
<input type="hidden" name="verbose" value="0" />
<!-- <input type="hidden" name="fussy" value="0" /> -->
</p>
</form>
<p>
Enter the <abbr title="Uniform Resource Identifier">URI</abbr> of the page
you want to check. Advanced options are available from the <a
title="Extended Interface to the W3C Markup Validation Service"
href="detailed.html">Extended Interface</a>.
</p>
</fieldset>
<br />
<fieldset class="front"><legend>Validate by File Upload</legend>
<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>
<label title="Submit file for validation"><input type="submit" value="Check" /></label>
<input type="hidden" name="verbose" value="0" />
<!-- <input type="hidden" name="fussy" value="0" /> -->
</p>
</form>
<p>
Select the file you want to upload and check. Advanced options are
available from the <a
title="File Upload Interface to the W3C Markup Validation Service"
href="file-upload.html">Extended File Upload Interface</a>.
</p>
</fieldset>
</div>
<div id="recent">
<h2>Recent Updates</h2>
<dl>
<dt><a href="whatsnew.html#t2004-05-07">2004-05-07</a></dt>
<dd>Released version 0.6.5, a maintenance release easier to use and install,
featuring new documentation, simpler navigation, new recovery mechanisms instead of fatal errors,
and offering explanations in addition to error messages.</dd>
<dt><a href="whatsnew.html#t2002-12-01">2002-12-01</a></dt>
<dd>Released version 0.6.1, a maintenance release to fix minor bugs.</dd>
</dl>
<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>
</div>
<!--#include virtual="footer.html" -->
</body>
</html>
|