blob: b4c44bdd2826b04ac31e3cc82d020535dbd35920 (
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
<!--#set var="revision" value="\$Id: index.html,v 1.75 2005-10-20 06:46:50 ot Exp $"
--><!--#set var="date" value="\$Date: 2005-10-20 06:46:50 $"
--><!--#set var="title" value="The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
<div id="head">
<div id="jumpbar">
Validate:
<ul>
<li><a href="#validate-by-uri" title="validate an online document by entering their URL">by URL</a></li>
<li><a href="#validate-by-upload" title="validate a local document by uploading it to the validator">by File Upload</a></li>
<li><a href="#validate-by-input" title="validate a local document by pasting its source in a text field">by direct Input</a></li>
</ul>
</div>
</div><!-- end of "head" -->
<div class="intro">
<p><a name="skip" id="skip"></a>
This is the W3C Markup Validation Service, a free service that checks Web
documents in formats like HTML and XHTML for conformance to W3C Recommendations
and other standards.
</p>
</div>
<div>
<h2>Validate Your Markup</h2>
<fieldset class="front" id="validate-by-uri"><legend>Validate by URL</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 URL for validation"><input type="submit" value="Check" /></label>
</p>
</form>
<p>
Enter the <abbr title="Uniform Resource Locator">URL</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" id="validate-by-upload"><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>
</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>
<p><strong>Note</strong>: file upload may not work with Internet
Explorer on some versions of Windows XP Service Pack 2, see our
<a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a>
on the W3C QA Website.</p>
</fieldset>
<br />
<fieldset class="front" id="validate-by-input"><legend>Validate by Direct Input</legend>
<form method="post" enctype="multipart/form-data" action="check">
<p>Input the markup you would like to validate in the text area below:</p>
<p>
<label title="Paste a complete (HTML) Document here" for="fragment">
<textarea cols="75" rows="12" name="fragment" id="fragment"></textarea></label><br />
<label title="Submit markup for validation"><input type="submit" value="Check" /></label>
</p>
</form>
<p>Only complete documents (along with a
<a href="docs/help.html#faq-doctype">Doctype declaration</a>) will be validated.
Advanced options are available from the
<a href="fragment-upload.html">Extended Direct Input Interface</a>.</p>
</fieldset>
</div>
<div id="recent">
<h2>Recent Updates</h2>
<dl id="news">
<dt><a href="whatsnew.html#t2005-10-18">2005-10-18</a>: Markup Validator v0.7.1 Released</dt>
<dd>
Released version 0.7.1 of the Markup Validator, a maintenance release
introducing performance enhancements and including minor fixes
in the user interface and in the "Direct Input" validation results.
</dd>
<dt><a href="whatsnew.html#t2005-08-08">2005-08-08</a>:
Markup Validator v0.7.0 Released</dt>
<dd>Released version 0.7.0, including improvements in User Interface and feedback mechanisms,
support for installation on Windows platform, better support for both W3C and non-W3C document
types, usage of templates for validation results, and a number of bug fixes.</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.
News for this service are also available as <a href="whatsnew.atom">an ATOM feed</a>.
</p>
</div>
<!--#include virtual="footer.html" -->
</body>
</html>
|