blob: 5a912c7bb6d3813d35f85758024a61dffd79445a (
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
|
<!--#set var="revision" value="\$Id: index.html,v 1.45 2001-09-24 10:05:41 link Exp $" -->
<!--#set var="date" value="\$Date: 2001-09-24 10:05:41 $" -->
<!--#set var="title" value="The W3C HTML Validation Service" -->
<!--#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 class="nsnote">
<h2>Why does this page render badly?</h2>
<p>
Most likely this is due to a bug in your browser's support for the
<a href="http://www.w3.org/">W3C</a>
<a href="http://www.w3.org/Style/CSS/">Cascading Style Sheets</a>
<a href="http://www.w3.org/TR/REC-CSS1">Recommendation</a>.
</p>
</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>
<ul>
<li><a href="whatsnew.html#2001-09-13">Added support for XHTML 1.1,
XHTML Basic 1.0, and MathML 2.0</a> <small>(Sept 13, 2001)</small></li>
<li><a href="whatsnew.html#2001-06-22">Improved and expanded Character
Encoding support</a> <small>(June 22, 2001)</small></li>
</ul>
</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="post" enctype="multipart/form-data" action="/check">
<p>
<label title="Address of page to Validate">Address (URI): <input id="uri" name="uri" size="50" /></label>
<label title="Choose a Local File to Upload and Validate">Local File: <input type="file" name="uploaded_file" size="50" /></label>
</p>
<p><input type="submit" value="Validate" /></p>
</form>
</div>
<!--#include virtual="/footer.html" -->
</body>
</html>
|