summaryrefslogtreecommitdiffstats
path: root/htdocs/index.html
blob: 5894f91163de105864eaa5861c5c0877e6a8265d (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
<!--#set var="revision" value="\$Id: index.html,v 1.49 2002-02-11 22:09:09 link Exp $"
--><!--#set var="date" value="\$Date: 2002-02-11 22:09:09 $"
--><!--#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
        <a href="http://www.w3.org/Style/CSS/">Cascading Style Sheets</a>.
        This page has been designed to convey it's information content to
        all clients, but it may lack of formatting and layout in older
        browsers. If you find this page dull it's likely an artefact of
        your browser's lack of support for CSS and I would encourage you
        to get one that does (it's been available for 5 years now!). If
        on the other hand this site fails to be understandable or accesible
        regardless of the browser you use, we would very much like to know
        about it. Send us feedback, as outlined on our
        <a href="/feedback.html">Feedback Page</a>, and we'll do out level
        best to remedy the situation ASAP.
      </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">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">Local File: <input type="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&nbsp;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>