blob: fa68e80db62f05d611a1ec169e4159eb178e37c2 (
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
116
117
118
119
120
121
122
123
124
125
126
127
128
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>W3C HTML Validation Service</title>
<link rev="made" href="mailto:gerald@w3.org" />
<meta name="keywords" content="HTML, Hypertext Markup Language, Validation,
W3C HTML Validation Service" />
<meta name="description" content="W3C's easy-to-use
HTML validation service, based on an SGML parser." />
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
<p>
<a href="http://www.w3.org/"><img align="left"
src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0"
alt="W3C" /></a>
</p>
<p align="right" class="navbar">
<a href="about.html">About this service</a> |
<a href="whatsnew.html">What's new</a> |
<a href="source/">Source code</a> |
<a href="feedback.html">Feedback</a><br clear="right"/>
<a href="file-upload.html">Upload files</a> |
<a href="http://lists.w3.org/Archives/Public/www-validator/">www-validator archives</a> |
<a href="http://jigsaw.w3.org/css-validator/">CSS validator</a> |
<a href="checklink">Link checker</a><br clear="right"/>
<a href="http://www.w3.org/People/Raggett/tidy/">HTML Tidy</a> |
<a href="http://www.w3.org/MarkUp/">HTML home</a> |
<a href="http://www.w3.org/TR/html401/">HTML 4.01</a> |
<a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a>
<br clear="all" />
</p>
<h1>HTML Validation Service</h1>
<p>
Welcome to the W3C HTML Validation Service.
It checks HTML documents for conformance to W3C HTML and
XHTML Recommendations and other HTML standards.
Recent updates include:
</p>
<ul>
<li><a href="whatsnew.html#2000-10-18">Added support for ISO-HTML</a>
<small>(October 18, 2000)</small></li>
<li><a href="whatsnew.html#2000-06-30">XHTML documents are
now checked for validity</a>
<small>(June 30, 2000)</small></li>
<li><a href="whatsnew.html#2000-04-28">Added file upload
feature</a>
<small>(April 28, 2000)</small></li>
<li><a href="whatsnew.html">more...</a></li>
</ul>
<p>
<a name="byURI">Enter</a> the address (<a
href="http://www.w3.org/Addressing/#terms">URI</a>) of a
document you would like to validate:
</p>
<form method="get" action="/check">
Address: <input name="uri" size="50" />
<table cellpadding="0" cellspacing="0">
<!--
<tr>
<td>
<input name="weblint" type="checkbox" value="" /> Include <a
href="http://www.weblint.org/">Weblint</a>
results
</td>
<td>
<input name="pw" type="checkbox" value="" /> run Weblint
in "pedantic" mode
</td>
</tr>
-->
<tr>
<td>
<input name="ss" type="checkbox" value="" /> Show source input
</td>
<td>
<input name="outline" type="checkbox" value="" /> Show an outline of this
document<br />
</td>
</tr>
<tr>
<td>
<input name="sp" type="checkbox" value="" /> Show parse tree
</td>
<td>
<input name="noatt" type="checkbox" value="" /> exclude
attributes from the parse tree<br />
</td>
</tr>
</table>
<input type="submit" value="Validate this page" />
<input type="reset" value="Reset this form" />
</form>
<p>
Alternatively, you can <a href="file-upload.html">upload
files</a> from your computer to have them checked.
</p>
<p>
You can also check your <a
href="http://www.w3.org/Style/CSS/">Cascading Style Sheets</a> using
W3C's <a
href="http://jigsaw.w3.org/css-validator/">CSS Validation Service</a>.
</p>
<hr />
<address>
<a href="http://validator.w3.org/check/referer"><img
src="http://validator.w3.org/images/vxhtml10" height="31" width="88"
align="right" border="0" alt="Valid XHTML 1.0!" /></a>
<a href="/feedback.html">Gerald Oskoboiny</a><br />
$Date: 2000-10-21 11:06:11 $
</address>
</body>
</html>
|